DomainModel.DomainMemberInfo(Type, String, Guid, Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DomainMemberInfo 类的新实例。
public:
DomainMemberInfo(Type ^ domainClassType, System::String ^ propertyName, Guid id, Type ^ valueHandlerType);
public DomainMemberInfo (Type domainClassType, string propertyName, Guid id, Type valueHandlerType);
new Microsoft.VisualStudio.Modeling.DomainModel.DomainMemberInfo : Type * string * Guid * Type -> Microsoft.VisualStudio.Modeling.DomainModel.DomainMemberInfo
Public Sub New (domainClassType As Type, propertyName As String, id As Guid, valueHandlerType As Type)
参数
- domainClassType
- Type
此字段绑定到的域类的类型。
- propertyName
- String
此字段的名称。
- id
- Guid
此字段的 Guid。
- valueHandlerType
- Type
此属性的字段处理程序的类型。