Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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 | |
|---|---|---|
| .gif) | RoleAssignment(Guid, ModelElement) | Initializes a new instance of the RoleAssignment class given an element that plays the role. | 
| .gif) | RoleAssignment(Guid, Moniker) | Initializes a new instance of the RoleAssignment class. | 
| .gif) | RoleAssignment(Guid, ModelElement, Int32) | Initializes a new instance of the RoleAssignment class. | 
| .gif) | RoleAssignment(Guid, Moniker, Int32) | Initializes a new instance of the RoleAssignment class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | DomainRoleId | Gets the ID of the domain role. | 
| .gif) | LinkIndex | Gets the ID of the domain role. | 
| .gif) | RolePlayer | Gets the model element that is assigned to the role. | 
| .gif) | RolePlayerMoniker | Gets the moniker of the element that is assigned to the role. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | CreatePlaceholderRoleAssignment | Creates a role assignment placeholder. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | 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.