次の方法で共有


IVsDataSiteableObject<T> インターフェイス

定義

特定の型でサイト化できるオブジェクトを表します。

generic <typename T>
public interface class IVsDataSiteableObject
public interface IVsDataSiteableObject<T>
type IVsDataSiteableObject<'T> = interface
Public Interface IVsDataSiteableObject(Of T)

型パラメーター

T

パラメーターの型。

派生

プロパティ

Site

サイトを取得または設定します。

適用対象