Proprietà RootCommandTarget
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Sintassi
'Dichiarazione
Property RootCommandTarget As ICommandTarget
Get
Set
'Utilizzo
Dim instance As ICommandTargetMenuService
Dim value As ICommandTarget
value = instance.RootCommandTarget
instance.RootCommandTarget = value
ICommandTarget RootCommandTarget { get; set; }
property ICommandTarget^ RootCommandTarget {
ICommandTarget^ get ();
void set (ICommandTarget^ value);
}
abstract RootCommandTarget : ICommandTarget with get, set
function get RootCommandTarget () : ICommandTarget
function set RootCommandTarget (value : ICommandTarget)
Valore proprietà
Tipo: Microsoft.DataWarehouse.Interfaces. . :: . .ICommandTarget
Vedere anche