DomainModel.DomainMemberInfo 构造函数

初始化 DomainModel.DomainMemberInfo 类的新实例。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Sub New ( _
    domainClassType As Type, _
    propertyName As String, _
    id As Guid, _
    valueHandlerType As Type _
)
public DomainMemberInfo(
    Type domainClassType,
    string propertyName,
    Guid id,
    Type valueHandlerType
)

参数

  • domainClassType
    类型:System.Type
    字段对象的类型此属性绑定。
  • valueHandlerType
    类型:System.Type
    处理程序的类型此属性的。

.NET Framework 安全性

请参见

参考

DomainModel.DomainMemberInfo 类

Microsoft.VisualStudio.Modeling 命名空间