RequirementValidator.MeetsRequirements 属性

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

获取一个值,该值指示编辑上下文中是否存在类型要求。

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

语法

声明
Public ReadOnly Property MeetsRequirements As Boolean
public bool MeetsRequirements { get; }
public:
property bool MeetsRequirements {
    bool get ();
}
member MeetsRequirements : bool
function get MeetsRequirements () : boolean

属性值

类型:System.Boolean
如果编辑上下文中存在类型要求,则为 true;如果一个或多个要求缺失,则为 false。

.NET Framework 安全性

请参见

参考

RequirementValidator 类

Microsoft.Windows.Design 命名空间

RequiresServiceAttribute

RequiresContextItemAttribute

UsesItemPolicyAttribute

PrimarySelectionPolicy

FeatureProvider

其他资源

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

了解 WPF 设计器扩展性