ElementTypeDescriptor.GetDisplayProperties メソッド (ModelElement, Store, PropertyDescriptor%)
各ドメインのプロパティに対応するプロパティ記述子のリストを返します。
名前空間: Microsoft.VisualStudio.Modeling.Design
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 内)
構文
'宣言
Protected Function GetDisplayProperties ( _
requestor As ModelElement, _
store As Store, _
ByRef defaultPropertyDescriptor As PropertyDescriptor _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetDisplayProperties(
ModelElement requestor,
Store store,
ref PropertyDescriptor defaultPropertyDescriptor
)
パラメーター
- requestor
型 : Microsoft.VisualStudio.Modeling.ModelElement
プロパティ値を要求する ModelElement。この値は型レベル TypeDescriptor の場合には null になることがあります。
- store
型 : Microsoft.VisualStudio.Modeling.Store
DomainInfo を派生させるために使用する格納されます。TypeDescriptor のインスタンスの場合には、これは要求元が所有するストアです。
- defaultPropertyDescriptor
型 : System.ComponentModel.PropertyDescriptor%
戻り値
型 : System.ComponentModel.PropertyDescriptorCollection
各ドメインのプロパティに対応するプロパティ記述子の一覧
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。