FilterShortcutDefinition.DefaultOptions 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.
Default values for NavigateToOptions for this filter.
public: property Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions2 ^ DefaultOptions { public:
Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions2 ^ get(); protected:
void set(Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToOptions2 ^ value); };
public Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions2 DefaultOptions { get; protected set; }
member this.DefaultOptions : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions2 with get, set
Public Property DefaultOptions As INavigateToOptions2