INavigateToCallback.Options Property
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(); };
C++/CX
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
The callback's options.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |