Freigeben über


DTEClass.ContextAttributes-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Weitere Informationen zu dieser Eigenschaft finden Sie unter ContextAttributes.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ContextAttributes As ContextAttributes
public virtual ContextAttributes ContextAttributes { get; }
public:
virtual property ContextAttributes^ ContextAttributes {
    ContextAttributes^ get ();
}
abstract ContextAttributes : ContextAttributes
override ContextAttributes : ContextAttributes
function get ContextAttributes () : ContextAttributes

Eigenschaftswert

Typ: EnvDTE.ContextAttributes
Die Kontextattribute.

Implementiert

_DTE.ContextAttributes

.NET Framework-Sicherheit

Siehe auch

Referenz

DTEClass Klasse

EnvDTE-Namespace