RoutedCommand.OwnerType 属性

定义

获取使用命令注册的类型。

public:
 property Type ^ OwnerType { Type ^ get(); };
public Type OwnerType { get; }
member this.OwnerType : Type
Public ReadOnly Property OwnerType As Type

属性值

命令所有者的类型。

适用于