IVsDataSiteableObject<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |