CodeLensDescriptor.Kind Property
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.
The CodeElementKinds of the code element with which a data point is associated.
public:
property Microsoft::VisualStudio::Language::Intellisense::CodeElementKinds Kind { Microsoft::VisualStudio::Language::Intellisense::CodeElementKinds get(); void set(Microsoft::VisualStudio::Language::Intellisense::CodeElementKinds value); };
public Microsoft.VisualStudio.Language.Intellisense.CodeElementKinds Kind { get; set; }
member this.Kind : Microsoft.VisualStudio.Language.Intellisense.CodeElementKinds with get, set
Public Property Kind As CodeElementKinds