RolePlayerPropertyDescriptor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RolePlayerPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[]) |
Constructor |
RolePlayerPropertyDescriptor(Store, DomainRoleInfo, Attribute[]) |
Constructor |
RolePlayerPropertyDescriptor(ModelElement, DomainRoleInfo, Attribute[])
Constructor
public:
RolePlayerPropertyDescriptor(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole, cli::array <Attribute ^> ^ domainRoleInfoAttributes);
public RolePlayerPropertyDescriptor (Microsoft.VisualStudio.Modeling.ModelElement element, Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole, Attribute[] domainRoleInfoAttributes);
new Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.DomainRoleInfo * Attribute[] -> Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor
Public Sub New (element As ModelElement, domainRole As DomainRoleInfo, domainRoleInfoAttributes As Attribute())
Parameters
- element
- ModelElement
The ModelElement for which this RolePlayerPropertyDescriptor is representing a role property.
- domainRole
- DomainRoleInfo
The domain data for the role that is being edited.
- domainRoleInfoAttributes
- Attribute[]
Attributes modifying property descriptor behavior.
Applies to
RolePlayerPropertyDescriptor(Store, DomainRoleInfo, Attribute[])
Constructor
public:
RolePlayerPropertyDescriptor(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole, cli::array <Attribute ^> ^ domainRoleInfoAttributes);
public RolePlayerPropertyDescriptor (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole, Attribute[] domainRoleInfoAttributes);
new Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.DomainRoleInfo * Attribute[] -> Microsoft.VisualStudio.Modeling.Design.RolePlayerPropertyDescriptor
Public Sub New (store As Store, domainRole As DomainRoleInfo, domainRoleInfoAttributes As Attribute())
Parameters
- store
- Store
Store hosting elements representable by this property descriptor.
- domainRole
- DomainRoleInfo
The domain data for the role that is being edited.
- domainRoleInfoAttributes
- Attribute[]
Attributes modifying property descriptor behavior.