DataSiteableObject<T> 类

定义

表示 IVsDataSiteableObject 接口的实现。

generic <typename T>
public ref class DataSiteableObject : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<T>
public class DataSiteableObject<T> : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<T>
type DataSiteableObject<'T> = class
    interface IVsDataSiteableObject<'T>
Public Class DataSiteableObject(Of T)
Implements IVsDataSiteableObject(Of T)

类型参数

T

参数的类型。

继承
DataSiteableObject<T>
派生
实现

构造函数

DataSiteableObject<T>()

创建 DataSiteableObject<T> 类的新实例。

DataSiteableObject<T>(T)

初始化 类的新实例 DataSiteableObject<T> ,并指定站点泛型类型参数。

属性

Site

获取或设置对象站点。

方法

OnSiteChanged(EventArgs)

引发 SiteChanged 事件。

事件

SiteChanged

Site 属性更改时发生。

适用于