INavigateToCallback.Options Property

Definition

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.

Applies to