vsContextAttributeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of new attribute.
public enum class vsContextAttributeType
public enum class vsContextAttributeType
enum vsContextAttributeType
[System.Runtime.InteropServices.Guid("410202E1-B83A-41DD-AAB0-8C0029FE9435")]
public enum vsContextAttributeType
[<System.Runtime.InteropServices.Guid("410202E1-B83A-41DD-AAB0-8C0029FE9435")>]
type vsContextAttributeType =
Public Enum vsContextAttributeType
- Inheritance
-
vsContextAttributeType
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsContextAttributeFilter | 1 | A filter attribute. |
vsContextAttributeLookup | 2 | A search keyword. |
vsContextAttributeLookupF1 | 3 | An F1 keyword. This is a higher priority than a search keyword. Only one F1 keyword is allowed per collection. |