DataViewBrowseObject Constructor (Object)
Initializes a new instance of the DataViewBrowseObject object with the base browse object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub New ( _
baseBrowseObj As Object _
)
public DataViewBrowseObject(
Object baseBrowseObj
)
public:
DataViewBrowseObject(
Object^ baseBrowseObj
)
new :
baseBrowseObj:Object -> DataViewBrowseObject
public function DataViewBrowseObject(
baseBrowseObj : Object
)
Parameters
baseBrowseObj
Type: System.ObjectAn instance of browse object upon which this browse object should be based.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.