RequirementValidator.Type 属性

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

获取要验证其是否符合要求的对象的类型。

命名空间:  Microsoft.Windows.Design
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public ReadOnly Property Type As Type
public Type Type { get; }
public:
property Type^ Type {
    Type^ get ();
}
member Type : Type
function get Type () : Type

属性值

类型:System.Type
一个 Type,表示要验证其是否符合要求的对象。

.NET Framework 安全性

请参见

参考

RequirementValidator 类

Microsoft.Windows.Design 命名空间

RequiresServiceAttribute

RequiresContextItemAttribute

UsesItemPolicyAttribute

PrimarySelectionPolicy

FeatureProvider

其他资源

功能提供程序和功能连接器

了解 WPF 设计器扩展性