DataMappedObject.IVsDataSiteableObject<IVsDataMappedObject>.Site Property
Gets the site.
Namespace: Microsoft.VisualStudio.Data.Framework
Assemblies: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Private Property Site As IVsDataMappedObject Implements IVsDataSiteableObject(Of IVsDataMappedObject).Site
IVsDataMappedObject IVsDataSiteableObject<IVsDataMappedObject>.Site { get; set; }
private:
virtual property IVsDataMappedObject^ Site {
IVsDataMappedObject^ get () sealed = IVsDataSiteableObject<IVsDataMappedObject^>::Site::get;
void set (IVsDataMappedObject^ value) sealed = IVsDataSiteableObject<IVsDataMappedObject^>::Site::set;
}
private abstract Site : IVsDataMappedObject with get, set
private override Site : IVsDataMappedObject with get, set
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
The site.
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.
See Also
Reference
Microsoft#VisualStudio#Data#Core#IVsDataSiteableObject{T}#Site Overload