Initializes a new instance of the DataSiteableObject<T> class, specifying a site generic type parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Sub New ( _
site As T _
)
'使用
Dim site As T
Dim instance As New DataSiteableObject(site)
public DataSiteableObject(
T site
)
public:
DataSiteableObject(
T site
)
public function DataSiteableObject(
site : T
)
Parameters
site
Type: TA generic type representing the site.
Permissions
- 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.