CodeLensDetailsDescriptor.SelectionMode 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.
Defines selection mode for the deatails entry table.
public:
property Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntriesSelectionMode SelectionMode { Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntriesSelectionMode get(); void set(Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntriesSelectionMode value); };
public Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntriesSelectionMode SelectionMode { get; set; }
member this.SelectionMode : Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntriesSelectionMode with get, set
Public Property SelectionMode As CodeLensDetailEntriesSelectionMode