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 プロパティが変更されると発生します。

適用対象