CodeLensDetailPaneCommand.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 supported by the command.
public:
property Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailPaneCommandSelectionMode SelectionMode { Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailPaneCommandSelectionMode get(); void set(Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailPaneCommandSelectionMode value); };
public Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailPaneCommandSelectionMode SelectionMode { get; set; }
member this.SelectionMode : Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailPaneCommandSelectionMode with get, set
Public Property SelectionMode As CodeLensDetailPaneCommandSelectionMode