다음을 통해 공유


IHostCommands.GetCommand 메서드

버전 2에 적용

그룹 및 ID로 식별된 임의 명령을 가져오거나 만듭니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Function GetCommand ( _
    group As Guid, _
    id As Integer _
) As ICommand
‘사용 방법
Dim instance As IHostCommands 
Dim group As Guid 
Dim id As Integer 
Dim returnValue As ICommand 

returnValue = instance.GetCommand(group, _
    id)
ICommand GetCommand(
    Guid group,
    int id
)
ICommand^ GetCommand(
    Guid group, 
    int id
)
abstract GetCommand : 
        group:Guid * 
        id:int -> ICommand
function GetCommand(
    group : Guid, 
    id : int
) : ICommand

매개 변수

반환 값

유형: System.Windows.Input.ICommand
그룹 및 ID로 식별된 임의 명령입니다.

참고 항목

참조

IHostCommands 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스