Share via


DataSiteableServiceProvider<T> Constructors

Definition

Overloads

DataSiteableServiceProvider<T>()

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

DataSiteableServiceProvider<T>(T)

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

DataSiteableServiceProvider<T>()

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

public:
 DataSiteableServiceProvider();
public DataSiteableServiceProvider ();
Public Sub New ()

Applies to

DataSiteableServiceProvider<T>(T)

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

public:
 DataSiteableServiceProvider(T site);
public DataSiteableServiceProvider (T site);
new Microsoft.VisualStudio.Data.Framework.DataSiteableServiceProvider<'T> : 'T -> Microsoft.VisualStudio.Data.Framework.DataSiteableServiceProvider<'T>
Public Sub New (site As T)

Parameters

site
T

An instance of the site of the generic type T.

Applies to