RootCommandTarget プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.DataWarehouse.Interfaces
アセンブリ: Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)
構文
'宣言
Property RootCommandTarget As ICommandTarget
Get
Set
'使用
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)