DomainModel.DomainRolePlayerInfo Constructor

Initializes a new instance of the DomainModel.DomainRolePlayerInfo class.

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

Syntax

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

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

Parameters

  • relationshipType
    Type: System.Type

    Type of the relationship for this role.

Permissions

See Also

Reference

DomainModel.DomainRolePlayerInfo Class

DomainModel.DomainRolePlayerInfo Members

Microsoft.VisualStudio.Modeling Namespace