DataSiteableObject<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataSiteableObject<T>() |
Creates a new instance of the DataSiteableObject<T> class. |
DataSiteableObject<T>(T) |
Initializes a new instance of the DataSiteableObject<T> class, specifying a site generic type parameter. |
DataSiteableObject<T>()
Creates a new instance of the DataSiteableObject<T> class.
public:
DataSiteableObject();
public DataSiteableObject ();
Public Sub New ()
Applies to
DataSiteableObject<T>(T)
Initializes a new instance of the DataSiteableObject<T> class, specifying a site generic type parameter.
public:
DataSiteableObject(T site);
public DataSiteableObject (T site);
new Microsoft.VisualStudio.Data.Framework.DataSiteableObject<'T> : 'T -> Microsoft.VisualStudio.Data.Framework.DataSiteableObject<'T>
Public Sub New (site As T)
Parameters
- site
- T
A generic type representing the site.