ElementOperations Constructor (IServiceProvider, Store)

Note: This API is now obsolete.

Initializes a new instance of the ElementOperations class.

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

Syntax

'Declaration
<ObsoleteAttribute("Use constructor specifying a particular model Partition")> _
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    store As Store _
)
[ObsoleteAttribute("Use constructor specifying a particular model Partition")]
public ElementOperations(
    IServiceProvider serviceProvider,
    Store store
)
[ObsoleteAttribute(L"Use constructor specifying a particular model Partition")]
public:
ElementOperations(
    IServiceProvider^ serviceProvider, 
    Store^ store
)
[<ObsoleteAttribute("Use constructor specifying a particular model Partition")>]
new : 
        serviceProvider:IServiceProvider * 
        store:Store -> ElementOperations
public function ElementOperations(
    serviceProvider : IServiceProvider, 
    store : Store
)

Parameters

.NET Framework Security

See Also

Reference

ElementOperations Class

ElementOperations Overload

Microsoft.VisualStudio.Modeling Namespace