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.TypeType of the relationship for this role.
propertyName
Type: System.StringThe name of this role.
id
Type: System.GuidThe ID for this role.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DomainModel.DomainRolePlayerInfo Class