DataViewSupport.IVsDataSiteableObject<IVsDataViewHierarchy>.Site Property
Gets or sets the site - the current instance of the view hierarchy object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Private Property Site As IVsDataViewHierarchy Implements IVsDataSiteableObject(Of IVsDataViewHierarchy).Site
IVsDataViewHierarchy IVsDataSiteableObject<IVsDataViewHierarchy>.Site { get; set; }
private:
virtual property IVsDataViewHierarchy^ Site {
IVsDataViewHierarchy^ get () sealed = IVsDataSiteableObject<IVsDataViewHierarchy^>::Site::get;
void set (IVsDataViewHierarchy^ value) sealed = IVsDataSiteableObject<IVsDataViewHierarchy^>::Site::set;
}
private abstract Site : IVsDataViewHierarchy with get, set
private override Site : IVsDataViewHierarchy with get, set
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
An IVsDataViewHierarchy object representing the current instance of the view hierarchy.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.