Share via


LinkedElementCollection<T> Constructors

Definition

Overloads

LinkedElementCollection<T>()

Protected constructor to be used for data binding.

LinkedElementCollection<T>(ModelElement, Guid)

Creates an instance of the LinkedElementCollection class.

LinkedElementCollection<T>()

Protected constructor to be used for data binding.

protected:
 LinkedElementCollection();
[System.Diagnostics.DebuggerStepThrough]
protected LinkedElementCollection();
Protected Sub New ()
Attributes

Applies to

LinkedElementCollection<T>(ModelElement, Guid)

Creates an instance of the LinkedElementCollection class.

public:
 LinkedElementCollection(Microsoft::VisualStudio::Modeling::ModelElement ^ sourceRolePlayer, Guid sourceRoleId);
[System.Diagnostics.DebuggerStepThrough]
public LinkedElementCollection(Microsoft.VisualStudio.Modeling.ModelElement sourceRolePlayer, Guid sourceRoleId);
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.VisualStudio.Modeling.LinkedElementCollection<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)> : Microsoft.VisualStudio.Modeling.ModelElement * Guid -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)>
Public Sub New (sourceRolePlayer As ModelElement, sourceRoleId As Guid)

Parameters

sourceRolePlayer
ModelElement

Element which holds the links collection.

sourceRoleId
Guid

Domain role Id of the source element in ___domain relationship.

Attributes

Applies to