ObjectWithSite Constructors

Definition

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.

Applies to