IVsDataSiteableObject<T> Interface

Definition

Represents an object that can be sited with a specific type.

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

Type Parameters

T

The type of the parameter.

Derived

Properties

Site

Gets or sets the site.

Applies to