LinkedElementCollection<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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