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
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.