Поделиться через


RolePlayerPropertyDescriptor Constructor (Store, DomainRoleInfo, array<Attribute[])

Constructor

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Декларация
Public Sub New ( _
    store As Store, _
    domainRole As DomainRoleInfo, _
    domainRoleInfoAttributes As Attribute() _
)
public RolePlayerPropertyDescriptor(
    Store store,
    DomainRoleInfo domainRole,
    Attribute[] domainRoleInfoAttributes
)
public:
RolePlayerPropertyDescriptor(
    Store^ store, 
    DomainRoleInfo^ domainRole, 
    array<Attribute^>^ domainRoleInfoAttributes
)
new : 
        store:Store * 
        domainRole:DomainRoleInfo * 
        domainRoleInfoAttributes:Attribute[] -> RolePlayerPropertyDescriptor
public function RolePlayerPropertyDescriptor(
    store : Store, 
    domainRole : DomainRoleInfo, 
    domainRoleInfoAttributes : Attribute[]
)

Parameters

  • domainRoleInfoAttributes
    Type: array<System.Attribute[]
    Attributes modifying property descriptor behavior.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Overload

Microsoft.VisualStudio.Modeling.Design Namespace