Share via


CodeLensDescriptor.Kind Property

Definition

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

Property Value

Applies to