Gets the site.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Private Property Site As Boolean Implements IVsDataSiteableObject(Of Boolean).Site
'使用
Dim instance As DataMappedObject
Dim value As Boolean
value = CType(instance, IVsDataSiteableObject(Of Boolean)).Site
CType(instance, IVsDataSiteableObject(Of Boolean)).Site = value
bool IVsDataSiteableObject<bool>.Site { get; set; }
private:
virtual property bool Site {
bool get () sealed = IVsDataSiteableObject<bool>::Site::get;
void set (bool value) sealed = IVsDataSiteableObject<bool>::Site::set;
}
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
The site.
Implements
Permissions
- 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.