Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Navigates to another object. This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Function accNavigate ( _
navDir As Integer, _
varStart As Object _
) As Object
public virtual Object accNavigate(
int navDir,
Object varStart
)
public:
virtual Object^ accNavigate(
[InAttribute] int navDir,
[InAttribute] Object^ varStart
)
abstract accNavigate :
navDir:int *
varStart:Object -> Object
override accNavigate :
navDir:int *
varStart:Object -> Object
public function accNavigate(
navDir : int,
varStart : Object
) : Object
Parameters
navDir
Type: System.Int32The direction in which to navigate.
varStart
Type: System.ObjectThe starting object.
Return Value
Type: System.Object
The target object. This method is deprecated.
Implements
_CommandBarComboBox.accNavigate(Int32, Object)
Remarks
This method throws a DeprecatedException when called.
.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.