IEditor.CommandTarget Propiedad
Lo siguiente se aplica a v2.
Obtiene el objeto de comando.
Espacio de nombres: Microsoft.WebMatrix.Extensibility.Editor
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
ReadOnly Property CommandTarget As ICommandTarget
Get
'Uso
Dim instance As IEditor
Dim value As ICommandTarget
value = instance.CommandTarget
ICommandTarget CommandTarget { get; }
property ICommandTarget^ CommandTarget {
ICommandTarget^ get ();
}
abstract CommandTarget : ICommandTarget
function get CommandTarget () : ICommandTarget
Valor de la propiedad
Tipo: Microsoft.WebMatrix.Extensibility.ICommandTarget
El destino del comando.
Comentarios
El editor admite opcionalmente un conjunto de comandos. Esto puede devolver null si el editor no tiene en cuenta los comandos.