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