DslDefinitionModelElementPropertyDescriptor は、概念のプロパティです。
名前空間: Microsoft.VisualStudio.Modeling.DslDefinition.Design
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 内)
構文
'宣言
Public Sub New ( _
owner As ElementTypeDescriptor, _
modelElement As ModelElement, _
domainProperty As DomainPropertyInfo, _
attributes As Attribute() _
)
public DslDefinitionModelElementPropertyDescriptor(
ElementTypeDescriptor owner,
ModelElement modelElement,
DomainPropertyInfo domainProperty,
Attribute[] attributes
)
パラメーター
- owner
型 : Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
このオブジェクトの所有者
- modelElement
型 : Microsoft.VisualStudio.Modeling.ModelElement
プロパティで操作する ModelElement。これは、引数が渡された GetValue () と SetValue () これに対して null である可能性があります。
- domainProperty
型 : Microsoft.VisualStudio.Modeling.DomainPropertyInfo
プロパティ (必須)
- attributes
型 : array<System.Attribute[]
このプロパティ記述子の属性の配列
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。