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.
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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
store
Type: Microsoft.VisualStudio.Modeling.StoreStore hosting elements representable by this property descriptor.
domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfoThe domain data for the role that is being edited.
domainRoleInfoAttributes
Type: array<Attribute[]Attributes modifying property descriptor behavior.
.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.
See Also
Reference
RolePlayerPropertyDescriptor Class