DataViewBrowseObject 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
DataViewBrowseObject() |
Initializes a new instance of the DataViewBrowseObject object. |
DataViewBrowseObject(Object) |
Initializes a new instance of the DataViewBrowseObject object with the base browse object. |
DataViewBrowseObject()
Initializes a new instance of the DataViewBrowseObject object.
public:
DataViewBrowseObject();
public DataViewBrowseObject ();
Public Sub New ()
Applies to
DataViewBrowseObject(Object)
Initializes a new instance of the DataViewBrowseObject object with the base browse object.
public:
DataViewBrowseObject(System::Object ^ baseBrowseObj);
public DataViewBrowseObject (object baseBrowseObj);
new Microsoft.VisualStudio.Data.Framework.DataViewBrowseObject : obj -> Microsoft.VisualStudio.Data.Framework.DataViewBrowseObject
Public Sub New (baseBrowseObj As Object)
Parameters
- baseBrowseObj
- Object
An instance of browse object upon which this browse object should be based.