DataMappedObject.IVsDataSiteableObject<IVsDataMappedObject>.Site Property

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Private Property Site As IVsDataMappedObject Implements IVsDataSiteableObject(Of IVsDataMappedObject).Site
'使用
Dim instance As DataMappedObject
Dim value As IVsDataMappedObject

value = CType(instance, IVsDataSiteableObject(Of IVsDataMappedObject)).Site

CType(instance, IVsDataSiteableObject(Of IVsDataMappedObject)).Site = value
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;
}
JScript does not support explicit interface implementations.

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObject

Implements

IVsDataSiteableObject<T>.Site

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace