IVsDataSiteableObject<T> 接口

定义

表示可以使用特定类型进行站点的对象。

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

类型参数

T

参数的类型。

派生

属性

Site

获取或设置站点。

适用于