Share via


ElementFactory Class

Represents a factory of domain model objects.

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

Syntax

'Declaration
Public NotInheritable Class ElementFactory
'Usage
Dim instance As ElementFactory
public sealed class ElementFactory
public ref class ElementFactory sealed
public final class ElementFactory

Remarks

You can also use the methods in this class to create elements and element links.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ElementFactory

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.

See Also

Reference

ElementFactory Members

Microsoft.VisualStudio.Modeling Namespace