ElementTypeDescriptor.ShouldCreatePropertyDescriptor 方法
傳回值,這個值表示是否應建立指定網域屬性之描述元。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Protected Overridable Function ShouldCreatePropertyDescriptor ( _
requestor As ModelElement, _
domainProperty As DomainPropertyInfo _
) As Boolean
protected virtual bool ShouldCreatePropertyDescriptor(
ModelElement requestor,
DomainPropertyInfo domainProperty
)
參數
- requestor
類型:Microsoft.VisualStudio.Modeling.ModelElement
擁有網域屬性的模型項目。
- domainProperty
類型:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
要為其傳回值的網域屬性。
傳回值
類型:System.Boolean
網域屬性(property)的 BrowsableAttribute 屬性(attribute)的 Browsable 屬性(property)的值;或如果屬性(property)沒有 BrowsableAttribute,則為 true。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | domainProperty 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。