vsContextAttributeType-Enumeration

Diese Konstanten legen den Typ des neuen Attributs fest.

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

Syntax

'Declaration
<GuidAttribute("410202E1-B83A-41DD-AAB0-8C0029FE9435")> _
Public Enumeration vsContextAttributeType
[GuidAttribute("410202E1-B83A-41DD-AAB0-8C0029FE9435")]
public enum vsContextAttributeType
[GuidAttribute(L"410202E1-B83A-41DD-AAB0-8C0029FE9435")]
public enum class vsContextAttributeType
[<GuidAttribute("410202E1-B83A-41DD-AAB0-8C0029FE9435")>]
type vsContextAttributeType
public enum vsContextAttributeType

Member

Membername Beschreibung
vsContextAttributeFilter Ein Filterattribut.
vsContextAttributeLookup Ein Suchschlüsselwort.
vsContextAttributeLookupF1 Ein F1-Schlüsselwort.Dieses hat eine höhere Priorität als ein Suchschlüsselwort.Pro Auflistung ist nur ein F1-Schlüsselwort zulässig.

Siehe auch

Referenz

EnvDTE-Namespace