Метод GetCommandInfo
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: Microsoft.DataWarehouse.Interfaces
Сборка: Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)
Синтаксис
'Декларация
Function GetCommandInfo ( _
commandId As CommandID, _
<OutAttribute> ByRef menuCommand As MenuCommand _
) As Boolean
'Применение
Dim instance As ICommandTargetMenuService
Dim commandId As CommandID
Dim menuCommand As MenuCommand
Dim returnValue As Boolean
returnValue = instance.GetCommandInfo(commandId, _
menuCommand)
bool GetCommandInfo(
CommandID commandId,
out MenuCommand menuCommand
)
bool GetCommandInfo(
CommandID^ commandId,
[OutAttribute] MenuCommand^% menuCommand
)
abstract GetCommandInfo :
commandId:CommandID *
menuCommand:MenuCommand byref -> bool
function GetCommandInfo(
commandId : CommandID,
menuCommand : MenuCommand
) : boolean
Параметры
- commandId
Тип: System.ComponentModel.Design. . :: . .CommandID
- menuCommand
Тип: System.ComponentModel.Design. . :: . .MenuCommand%
Возвращаемое значение
См. также