vsContextAttributeType Enumeration

Specifies the type of new attribute.

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

Members

Member name Description
vsContextAttributeFilter A filter attribute.
vsContextAttributeLookup A search keyword.
vsContextAttributeLookupF1 An F1 keyword. This is a higher priority than a search keyword. Only one F1 keyword is allowed per collection.

See Also

Reference

EnvDTE Namespace