Share via


INavigateToCallback.Options Property

Gets the options interface from the callback.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Options As INavigateToOptions
INavigateToOptions Options { get; }
property INavigateToOptions^ Options {
    INavigateToOptions^ get ();
}
abstract Options : INavigateToOptions
function get Options () : INavigateToOptions

Property Value

Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToOptions
The callback's options.

.NET Framework Security

See Also

Reference

INavigateToCallback Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace