Share via


DataSiteableServiceProvider<T> Constructor (T)

Initializes a new instance of the DataSiteableServiceProvider<T> class with a site.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub New ( _
    site As T _
)
public DataSiteableServiceProvider(
    T site
)
public:
DataSiteableServiceProvider(
    T site
)
new : 
        site:'T -> DataSiteableServiceProvider
public function DataSiteableServiceProvider(
    site : T
)

Parameters

  • site
    Type: T

    An instance of the site of the generic type T.

.NET Framework Security

See Also

Reference

DataSiteableServiceProvider<T> Class

DataSiteableServiceProvider<T> Overload

Microsoft.VisualStudio.Data.Framework Namespace