INavigateToCallback.Options 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.
Retrieve the options interface from the callback.
public:
property Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions ^ Options { Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions ^ get(); };
public:
property Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions ^ Options { Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions ^ get(); };
public Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions Options { get; }
member this.Options : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions
Public ReadOnly Property Options As INavigateToOptions
Property Value
The callback's options.