Udostępnij przez


Właściwość ICommandTargetMenuService.RootCommandTarget

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Property RootCommandTarget As ICommandTarget
    Get
    Set
'Użycie
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)