CodeLensDetailsDescriptor.PaneNavigationCommands 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 the additional navigation commands in the details pane
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailPaneCommand ^> ^ PaneNavigationCommands { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailPaneCommand ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailPaneCommand ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailPaneCommand> PaneNavigationCommands { get; set; }
member this.PaneNavigationCommands : seq<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailPaneCommand> with get, set
Public Property PaneNavigationCommands As IEnumerable(Of CodeLensDetailPaneCommand)