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 屬性變更時發生。

適用於