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
매개 변수
group
유형: System.Guid명령 그룹입니다.
id
유형: System.Int32명령 식별자입니다.
반환 값
유형: System.Windows.Input.ICommand
그룹 및 ID로 식별된 임의 명령입니다.