DataMappedObject.IVsDataSiteableObject<Boolean>.Site Property

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

IVsDataSiteableObject<T>.Site

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace