IHostCommands.GetCommand Método
Lo siguiente se aplica a v2.
Obtiene o crea un comando arbitrario que se identifica mediante el grupo y el identificador.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Function GetCommand ( _
group As Guid, _
id As Integer _
) As ICommand
'Uso
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
Parámetros
group
Tipo: System.GuidEl grupo de comandos.
id
Tipo: System.Int32Identificador de comando.
Valor devuelto
Tipo: System.Windows.Input.ICommand
Un comando arbitrario identificado por grupo e identificador.