Freigeben über


DTE2.ContextAttributes-Eigenschaft

Ruft eine ContextAttributes-Auflistung ab, über die Automatisierungsclients den derzeit im Fenster Dynamische Hilfe ausgewählten Elementen neue Attribute hinzufügen und kontextbezogene Hilfe für die zusätzlichen Attribute bereitstellen können.

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

Syntax

'Declaration
ReadOnly Property ContextAttributes As ContextAttributes
    Get
ContextAttributes ContextAttributes { get; }
property ContextAttributes^ ContextAttributes {
    ContextAttributes^ get ();
}
abstract ContextAttributes : ContextAttributes
function get ContextAttributes () : ContextAttributes

Eigenschaftswert

Typ: EnvDTE.ContextAttributes
Eine ContextAttributes-Auflistung.

Implementiert

_DTE.ContextAttributes

.NET Framework-Sicherheit

Siehe auch

Referenz

DTE2 Schnittstelle

ContextAttributes-Überladung

EnvDTE80-Namespace

Weitere Ressourcen

Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell