ObjectWithSite Constructors
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.
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. |
Class constructor. Initializes a new instance of the ObjectWithSite class.
public:
ObjectWithSite();
public ObjectWithSite();
Public Sub New ()
Applies to
Visual Studio SDK 2022 i inne wersje
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
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
Visual Studio SDK 2022 i inne wersje
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |