Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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.Store
Store hosting elements representable by this property descriptor.
- domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
The domain data for the role that is being edited.
- domainRoleInfoAttributes
Type: array<System.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