ElementTypeDescriptor.GetCategory 方法
會傳回定義域屬性的分類的當地語系化的字串。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Protected Friend Overridable Function GetCategory ( _
propertyDescriptor As ElementPropertyDescriptor _
) As String
protected internal virtual string GetCategory(
ElementPropertyDescriptor propertyDescriptor
)
參數
- propertyDescriptor
型別:Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
要取得類別目錄網域屬性描述項。
傳回值
型別:System.String
網域屬性的分類的當地語系化的字串。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | propertyDescriptor 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
備註
指定擁有者時網域屬性描述項建立時,然後在Category屬性的屬性描述項會使用類別所傳回的GetCategory擁有者的方法。如果這個方法會傳回nullnull 參考 (即 Visual Basic 中的 Nothing),然後屬性描述項來決定屬性的類別中使用 [描述] 屬性的中繼資料。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。