RolePlayerPropertyDescriptor, constructeur (ModelElement, DomainRoleInfo, array<Attribute[])
Initialise une nouvelle instance de la classe RolePlayerPropertyDescriptor.
Espace de noms : Microsoft.VisualStudio.Modeling.Design
Assembly : Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntaxe
'Déclaration
Public Sub New ( _
element As ModelElement, _
domainRole As DomainRoleInfo, _
domainRoleInfoAttributes As Attribute() _
)
public RolePlayerPropertyDescriptor(
ModelElement element,
DomainRoleInfo domainRole,
Attribute[] domainRoleInfoAttributes
)
Paramètres
- element
Type : Microsoft.VisualStudio.Modeling.ModelElement
ModelElement pour lequel ce RolePlayerPropertyDescriptor représente un rôle de propriété.
- domainRole
Type : Microsoft.VisualStudio.Modeling.DomainRoleInfo
Métadonnées du rôle de l'élément de modèle dans le lien.
- domainRoleInfoAttributes
Type : array<System.Attribute[]
Attributs modifiant le comportement du descripteur de propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre sourcePlayer ou domainRole est nullune référence null (Nothing en Visual Basic). |
NotSupportedException | Rôle de domaine qui n'a pas de nom. |
ArgumentException | Le rôle de domaine n'a pas de multiplicité de type zéro-à-un ou un-à-un. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
RolePlayerPropertyDescriptor Classe
RolePlayerPropertyDescriptor, surcharge
Microsoft.VisualStudio.Modeling.Design, espace de noms
Link
SourcePlayer
Store