ElementTypeDescriptor.GetCategory メソッド
ドメイン プロパティのカテゴリのローカライズされた文字列を返します。
名前空間: Microsoft.VisualStudio.Modeling.Design
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.12.0 (Microsoft.VisualStudio.Modeling.Sdk.12.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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。