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
'宣言
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.
- propertyName
Type: System.String
The name of this role.
- id
Type: System.Guid
The ID for this role.
.NET Framework Security
- 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.