ElementTypeDescriptor.GetPropertyDescriptorDisplayName メソッド
ドメインのプロパティの表示名をローカライズした文字列を返します。
名前空間: Microsoft.VisualStudio.Modeling.Design
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 内)
構文
'宣言
Protected Friend Overridable Function GetPropertyDescriptorDisplayName ( _
propertyDescriptor As ElementPropertyDescriptor _
) As String
protected internal virtual string GetPropertyDescriptorDisplayName(
ElementPropertyDescriptor propertyDescriptor
)
パラメーター
- propertyDescriptor
型 : Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
表示名を取得するドメインのプロパティ記述子。
戻り値
型 : System.String
ドメインのプロパティの表示名に対応するローカライズされた文字列。
例外
例外 | 条件 |
---|---|
ArgumentNullException | propertyDescriptor は nullnull 参照 (Visual Basic では Nothing) なので、 |
解説
ドメインのプロパティ記述子の作成時に所有者を指定した場合、プロパティ記述子のプロパティは DisplayName の所有者の GetPropertyDescriptorDisplayName のメソッドを呼び出して、propertyDescriptor のパラメーターとして指定します。派生クラスでは、これは要素のすべてのプロパティの表示名を設定する一元的な場所を指定できます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。