DomainModel.DomainMemberInfo Constructor

Initializes a new instance of the DomainModel.DomainMemberInfo class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Sub New ( _
    domainClassType As Type, _
    propertyName As String, _
    id As Guid, _
    valueHandlerType As Type _
)
'使用
Dim domainClassType As Type
Dim propertyName As String
Dim id As Guid
Dim valueHandlerType As Type

Dim instance As New DomainModel..::.DomainMemberInfo(domainClassType, _
    propertyName, id, valueHandlerType)
public DomainMemberInfo(
    Type domainClassType,
    string propertyName,
    Guid id,
    Type valueHandlerType
)
public:
DomainMemberInfo(
    Type^ domainClassType, 
    String^ propertyName, 
    Guid id, 
    Type^ valueHandlerType
)
public function DomainModel..::.DomainMemberInfo(
    domainClassType : Type, 
    propertyName : String, 
    id : Guid, 
    valueHandlerType : Type
)

Parameters

  • domainClassType
    Type: System.Type

    The type of the domain object that this property is bound to.

  • valueHandlerType
    Type: System.Type

    The type of the handler for this property.

Permissions

See Also

Reference

DomainModel.DomainMemberInfo Class

DomainModel.DomainMemberInfo Members

Microsoft.VisualStudio.Modeling Namespace