CodeLensDetailEntryDescriptor.NavigationCommand 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.
Navigation command associated with the entry.
public:
property Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryCommand ^ NavigationCommand { Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryCommand ^ get(); void set(Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailEntryCommand ^ value); };
public Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntryCommand NavigationCommand { get; set; }
member this.NavigationCommand : Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailEntryCommand with get, set
Public Property NavigationCommand As CodeLensDetailEntryCommand