INavigateToCallback.AddItem Method
Reports a matching NavigateToItem.
Namespace: Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
Syntax
'Declaration
Sub AddItem ( _
item As NavigateToItem _
)
void AddItem(
NavigateToItem item
)
void AddItem(
NavigateToItem^ item
)
abstract AddItem :
item:NavigateToItem -> unit
function AddItem(
item : NavigateToItem
)
Parameters
item
Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces.NavigateToItemThe matched item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace