RequirementValidator.MeetsRequirements 屬性
取得值,這個值表示編輯內容中是否有型別需求。
命名空間: Microsoft.Windows.Design
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
'宣告
Public ReadOnly Property MeetsRequirements As Boolean
Get
public bool MeetsRequirements { get; }
public:
property bool MeetsRequirements {
bool get ();
}
member MeetsRequirements : bool
function get MeetsRequirements () : boolean
屬性值
型別:System.Boolean
如果編輯內容中有型別需求,則為 true;如果缺少一個或多個需求,則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。