Share via


Partition.ElementFactory Property

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

Syntax

'Declaration
Public ReadOnly Property ElementFactory As ElementFactory
'Usage
Dim instance As Partition 
Dim value As ElementFactory 

value = instance.ElementFactory
public ElementFactory ElementFactory { get; }
public:
property ElementFactory^ ElementFactory {
    ElementFactory^ get ();
}
public function get ElementFactory () : ElementFactory

Property Value

Type: Microsoft.VisualStudio.Modeling.ElementFactory

.NET Framework Security

See Also

Reference

Partition Class

Partition Members

Microsoft.VisualStudio.Modeling Namespace