Share via


Classe VsaModule

Observação: esta API agora é obsoleta.

Esse tipo oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.

Hierarquia de herança

Object
  Attribute
    Microsoft.Vsa.VsaModule

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.All)> _
<GuidAttribute("7f64f934-c1cc-338e-b695-f64d71e820fe")> _
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaModule _
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.All)]
[GuidAttribute("7f64f934-c1cc-338e-b695-f64d71e820fe")]
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaModule : Attribute
[AttributeUsageAttribute(AttributeTargets::All)]
[GuidAttribute(L"7f64f934-c1cc-338e-b695-f64d71e820fe")]
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaModule : public Attribute
[<AttributeUsageAttribute(AttributeTargets.All)>]
[<GuidAttribute("7f64f934-c1cc-338e-b695-f64d71e820fe")>]
[<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaModule =  
    class 
        inherit Attribute 
    end
public class VsaModule extends Attribute

O tipo VsaModule expõe os membros a seguir.

Construtores

  Nome Descrição
Método público VsaModule Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.

Superior

Propriedades

  Nome Descrição
Propriedade pública IsVsaModule Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.
Propriedade pública TypeId Quando implementada em uma classe derivada, obtém um identificador exclusivo para este Attribute. (Herdado de Attribute.)

Superior

Métodos

  Nome Descrição
Método público Equals Infraestrutura. Retorna um valor que indica se essa instância é igual a um objeto especificado. (Herdado de Attribute.)
Método protegido Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.)
Método público GetHashCode Retorna o código hash desta instância. (Herdado de Attribute.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público IsDefaultAttribute Quando substituído em uma classe derivada, indica se o valor desta instância é o valor padrão para a classe derivada. (Herdado de Attribute.)
Método público Match Quando substituído em uma classe derivada, retorna um valor que indica se esta instância for igual a um objeto especificado. (Herdado de Attribute.)
Método protegido MemberwiseClone Creates a shallow copy of the current Object. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Implementações explícitas da interface

  Nome Descrição
Implementação explícita da interfaceMétodo particular System#Runtime#InteropServices#_Attribute#GetIDsOfNames Mapeia um conjunto de nomes para um conjunto correspondente de identificadores de expedição. (Herdado de Attribute.)
Implementação explícita da interfaceMétodo particular System#Runtime#InteropServices#_Attribute#GetTypeInfo Recupera as informações de tipo para um objeto, que pode ser usado para obter informações de tipo para uma interface. (Herdado de Attribute.)
Implementação explícita da interfaceMétodo particular System#Runtime#InteropServices#_Attribute#GetTypeInfoCount Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1). (Herdado de Attribute.)
Implementação explícita da interfaceMétodo particular System#Runtime#InteropServices#_Attribute#Invoke Fornece acesso a propriedades e métodos expostos por um objeto. (Herdado de Attribute.)

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.Vsa