Bagikan melalui


CodeLensDetailsDescriptor.PaneNavigationCommands Property

Definition

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)

Property Value

Applies to