Validator.GetFullPropertyName(ValidationManager) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Helper 方法,可擷取完整的屬性名稱。
protected:
System::String ^ GetFullPropertyName(System::Workflow::ComponentModel::Compiler::ValidationManager ^ manager);
protected string GetFullPropertyName (System.Workflow.ComponentModel.Compiler.ValidationManager manager);
member this.GetFullPropertyName : System.Workflow.ComponentModel.Compiler.ValidationManager -> string
Protected Function GetFullPropertyName (manager As ValidationManager) As String
參數
- manager
- ValidationManager
連結到驗證的 ValidationManager。
傳回
完整屬性的名稱。
例外狀況
manager
為 null
。
備註
當驗證的屬性為巢狀結構時很有用。 方法會在堆疊中周遊 PropertyValidationContext,以建置屬性的完整名稱。
例如,My.Actor.Bas 名稱是使用三個 PropertyValidationContext 項目所建置的。
如果已驗證屬性所屬的物件是集合中的項目,則方法會產生集合的名稱。