Share via


DomainModel.DomainRolePlayerInfo Constructor

Initializes a new instance of the DomainModel.DomainRolePlayerInfo class.

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

Syntax

'Declaración
Public Sub New ( _
    relationshipType As Type, _
    propertyName As String, _
    id As Guid _
)
public DomainRolePlayerInfo(
    Type relationshipType,
    string propertyName,
    Guid id
)
public:
DomainRolePlayerInfo(
    Type^ relationshipType, 
    String^ propertyName, 
    Guid id
)
new : 
        relationshipType:Type * 
        propertyName:string * 
        id:Guid -> DomainRolePlayerInfo
public function DomainModel..::..DomainRolePlayerInfo(
    relationshipType : Type, 
    propertyName : String, 
    id : Guid
)

Parameters

  • relationshipType
    Type: System.Type
    Type of the relationship for this role.

.NET Framework Security

See Also

Reference

DomainModel.DomainRolePlayerInfo Class

Microsoft.VisualStudio.Modeling Namespace