Classe VsaModule
Nota: questa API è ora obsoleta.
Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Gerarchia di ereditarietà
Object
Attribute
Microsoft.Vsa.VsaModule
Spazio dei nomi: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Sintassi
'Dichiarazione
<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
Il tipo VsaModule espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
VsaModule | Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
IsVsaModule | Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice. | |
TypeId | Quando è implementata in una classe derivata, ottiene un identificatore univoco della classe Attribute. (Ereditato da Attribute) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Infrastruttura. Restituisce un valore che indica se l'istanza è uguale a un oggetto specificato. (Ereditato da Attribute) | |
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) | |
GetHashCode | Restituisce il codice hash per l'istanza. (Ereditato da Attribute) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
IsDefaultAttribute | Quando è sottoposto a override in una classe derivata, indica se il valore di questa istanza è il valore predefinito della classe derivata. (Ereditato da Attribute) | |
Match | Quando è sottoposto a override in una classe derivata, restituisce un valore che indica se questa istanza equivale a un oggetto specificato. (Ereditato da Attribute) | |
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
System#Runtime#InteropServices#_Attribute#GetIDsOfNames | Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch. (Ereditato da Attribute) | |
System#Runtime#InteropServices#_Attribute#GetTypeInfo | Recupera le informazioni sul tipo relative a un oggetto, che possono essere utilizzate per ottenere informazioni sul tipo relative a un'interfaccia. (Ereditato da Attribute) | |
System#Runtime#InteropServices#_Attribute#GetTypeInfoCount | Recupera il numero delle interfacce di informazioni di tipo fornite da un oggetto (0 o 1). (Ereditato da Attribute) | |
System#Runtime#InteropServices#_Attribute#Invoke | Fornisce l'accesso a proprietà e metodi esposti da un oggetto. (Ereditato da Attribute) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.