DataSiteableObject<T> Class

Definition

Provides a simplified way to support communication between an object and its site in the container.

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)

Type Parameters

T

The type of the parameter.

Inheritance
DataSiteableObject<T>
Derived
Implements

Constructors

DataSiteableObject<T>()

Creates a new instance of the DataSiteableObject<T> class.

DataSiteableObject<T>(T)

Initializes a new instance of the DataSiteableObject<T> class, specifying a site generic type parameter.

Properties

Site

Gets or sets the object site.

Methods

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

Events

SiteChanged

Occurs when the Site property is changed.

Applies to