ObjectWithSite 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
ObjectWithSite() |
Class constructor. Initializes a new instance of the ObjectWithSite class. |
ObjectWithSite(Object) |
Class constructor. Initializes a new instance of the ObjectWithSite class with a specified site object. |
ObjectWithSite()
Class constructor. Initializes a new instance of the ObjectWithSite class.
public:
ObjectWithSite();
public ObjectWithSite ();
Public Sub New ()
Applies to
ObjectWithSite(Object)
Class constructor. Initializes a new instance of the ObjectWithSite class with a specified site object.
public:
ObjectWithSite(System::Object ^ site);
public ObjectWithSite (object site);
new Microsoft.VisualStudio.Data.ObjectWithSite : obj -> Microsoft.VisualStudio.Data.ObjectWithSite
Public Sub New (site As Object)
Parameters
- site
- Object
Object instance representing the site.