DataSiteableObject<T> Class
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 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
| 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. |