ProtoRolePlayer Class

 

Contains the data necessary to set the role player data on an ElementLink.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling::ProtoRolePlayer

[SerializableAttribute]
public ref class ProtoRolePlayer sealed : ISerializable

NameDescription
System_CAPS_pubpropertyDomainRoleId

Gets the DomainRoleId Guid.

System_CAPS_pubpropertyOrdinals

Gets the int Ordinal.

System_CAPS_pubpropertyRolePlayerId

Gets the RolePlayerId Guid.

System_CAPS_pubpropertyRolePlayerMonikerId

Gets the RolePlayerMonikerId Guid.

NameDescription
System_CAPS_pubmethodCreateRoleAssignment(Dictionary<Guid, Guid>^, Partition^)

Creates a RoleAssignment for the rolePlayer in the link that is being created. If the idDictionary does not contain an id for the reconstituted rolePlayer, use the original rolePlayer from which this ProtoRolePlayer was created, if CanUseExistingRolePlayer method returns true.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Renders ProtoRolePlayer data for serialization

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: