Share via


DataSiteableObject<T> Class

Definition

Represents an implementation of the IVsDataSiteableObject interface.

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

Name Description
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

Name Description
Site

Gets or sets the object site.

Methods

Name Description
OnSiteChanged(EventArgs)

Raises the SiteChanged event.

Events

Name Description
SiteChanged

Occurs when the Site property is changed.

Applies to