Provides information to initialize a role that is assigned to a link element.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.RoleAssignment
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
Public NotInheritable Class RoleAssignment
public sealed class RoleAssignment
public ref class RoleAssignment sealed
[<Sealed>]
type RoleAssignment = class end
public final class RoleAssignment
The RoleAssignment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
RoleAssignment(Guid, ModelElement) | Initializes a new instance of the RoleAssignment class given an element that plays the role. |
![]() |
RoleAssignment(Guid, Moniker) | Initializes a new instance of the RoleAssignment class. |
![]() |
RoleAssignment(Guid, ModelElement, Int32) | Initializes a new instance of the RoleAssignment class. |
![]() |
RoleAssignment(Guid, Moniker, Int32) | Initializes a new instance of the RoleAssignment class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
DomainRoleId | Gets the ID of the domain role. |
![]() |
LinkIndex | Gets the ID of the domain role. |
![]() |
RolePlayer | Gets the model element that is assigned to the role. |
![]() |
RolePlayerMoniker | Gets the moniker of the element that is assigned to the role. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
CreatePlaceholderRoleAssignment | Creates a role assignment placeholder. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)