Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DomainModel.DomainRolePlayerInfo class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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: TypeType of the relationship for this role.
propertyName
Type: StringThe name of this role.
id
Type: GuidThe 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.