Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
Set
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.