Partilhar via


Método DslDefinitionModelElementTypeDescriptor.CreateRolePlayerPropertyDescriptor

Método para criar um PropertyDescriptor que descreve uma relação e a função a ser exibido na grade.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Protected Overrides Function CreateRolePlayerPropertyDescriptor ( _
    sourceRolePlayer As ModelElement, _
    targetRoleInfo As DomainRoleInfo, _
    sourceDomainRoleInfoAttributes As Attribute() _
) As RolePlayerPropertyDescriptor
protected override RolePlayerPropertyDescriptor CreateRolePlayerPropertyDescriptor(
    ModelElement sourceRolePlayer,
    DomainRoleInfo targetRoleInfo,
    Attribute[] sourceDomainRoleInfoAttributes
)

Parâmetros

  • sourceDomainRoleInfoAttributes
    Tipo: array<System.Attribute[]
    Atributos de fonte de DomainRoleInfo

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor
RolePlayerPropertyDescriptor

Segurança do .NET Framework

Consulte também

Referência

DslDefinitionModelElementTypeDescriptor Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition.Design