ReadOnlyLinkedElementCollection<T> Constructor
Initializes a new instance of the ReadOnlyLinkedElementCollection class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
sourceRolePlayer As ModelElement, _
sourceRoleId As Guid _
)
public ReadOnlyLinkedElementCollection(
ModelElement sourceRolePlayer,
Guid sourceRoleId
)
public:
ReadOnlyLinkedElementCollection(
ModelElement^ sourceRolePlayer,
Guid sourceRoleId
)
new :
sourceRolePlayer:ModelElement *
sourceRoleId:Guid -> ReadOnlyLinkedElementCollection
public function ReadOnlyLinkedElementCollection(
sourceRolePlayer : ModelElement,
sourceRoleId : Guid
)
Parameters
sourceRolePlayer
Type: Microsoft.VisualStudio.Modeling.ModelElementElement which holds the links collection.
sourceRoleId
Type: GuidDomain role ID of the source element in the domain relationship.
.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.