ICodeLensTag2.DescriptorContextProvider 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.
Gets an instance of the ICodeLensDescriptorContextProvider, which can provide dynamic context properties of a code element tagged with ICodeLensTag2 in addition to immutable ICodeLensDescriptor.
public:
property Microsoft::VisualStudio::Language::CodeLens::ICodeLensDescriptorContextProvider ^ DescriptorContextProvider { Microsoft::VisualStudio::Language::CodeLens::ICodeLensDescriptorContextProvider ^ get(); };
public Microsoft.VisualStudio.Language.CodeLens.ICodeLensDescriptorContextProvider DescriptorContextProvider { get; }
member this.DescriptorContextProvider : Microsoft.VisualStudio.Language.CodeLens.ICodeLensDescriptorContextProvider
Public ReadOnly Property DescriptorContextProvider As ICodeLensDescriptorContextProvider