IVCWizCtlUI.NavigateToCommandHandler - метод
Opens the text editor and places the cursor at the specified handler.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub NavigateToCommandHandler ( _
pDispDesc As Object, _
memid As Object, _
bstrName As String _
)
'Применение
Dim instance As IVCWizCtlUI
Dim pDispDesc As Object
Dim memid As Object
Dim bstrName As String
instance.NavigateToCommandHandler(pDispDesc, _
memid, bstrName)
void NavigateToCommandHandler(
Object pDispDesc,
Object memid,
string bstrName
)
void NavigateToCommandHandler(
[InAttribute] Object^ pDispDesc,
[InAttribute] Object^ memid,
[InAttribute] String^ bstrName
)
function NavigateToCommandHandler(
pDispDesc : Object,
memid : Object,
bstrName : String
)
Параметры
pDispDesc
Тип: System.ObjectThe event command description object returned by GetClassCommandHandlerDesc.
memid
Тип: System.ObjectThe index to the command description table represented by pDispDesc.
bstrName
Тип: System.StringA string containing the name of the command handler to find.
Заметки
If the command handler doesn't exist, it is created.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.