DslDefinitionModelElementTrackingPropertyDescriptor 构造函数
ElementPropertyDescriptor 可以在特定元素传递给构造函数,也可以接受空元素。 如果提供特定元素, GetValue()、 SetValue() 和其他方法将忽略传递的对象参数和使用该特定元素。 如果提供一个空元素, GetValue()、 SetValue() 和其他方法要使用的对象参数。
命名空间: Microsoft.VisualStudio.Modeling.DslDefinition.Design
程序集: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)
语法
声明
Public Sub New ( _
modelElement As ModelElement, _
domainProperty As DomainPropertyInfo, _
trackingProperty As DomainPropertyInfo, _
attributes As Attribute() _
)
public DslDefinitionModelElementTrackingPropertyDescriptor(
ModelElement modelElement,
DomainPropertyInfo domainProperty,
DomainPropertyInfo trackingProperty,
Attribute[] attributes
)
参数
- modelElement
类型:Microsoft.VisualStudio.Modeling.ModelElement
属性将被托管 ModelElement。,在 GetValue() 和 SetValue() 实际使用传递的参数情况下,这可能为空。
- domainProperty
类型:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
属性 (必需)
- trackingProperty
类型:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
(该布尔值) 的属性处理此属性是否跟踪。
- attributes
类型:array<System.Attribute[]
此属性描述符的属性
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。