ContextAttributes.Type-Eigenschaft
Ruft eine Konstante ab, die den Objekttyp angibt.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Type As vsContextAttributes
Get
vsContextAttributes Type { get; }
property vsContextAttributes Type {
vsContextAttributes get ();
}
abstract Type : vsContextAttributes
function get Type () : vsContextAttributes
Eigenschaftswert
Typ: EnvDTE.vsContextAttributes
Eine vsContextAttributes-Konstante, die das Kontextattribut angibt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
ContextAttributes Schnittstelle
Weitere Ressourcen
Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell