Dela via


RemoteObjectAdapter.IAdapter.ReflectedObject Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

For a description of this member, see ReflectedObject.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Private ReadOnly Property ReflectedObject As Object 
    Implements IAdapter.ReflectedObject
'Usage
Dim instance As RemoteObjectAdapter 
Dim value As Object 

value = CType(instance, IAdapter).ReflectedObject
[BrowsableAttribute(false)]
Object IAdapter.ReflectedObject { get; }
[BrowsableAttribute(false)]
private:
virtual property Object^ ReflectedObject {
    Object^ get () sealed = IAdapter::ReflectedObject::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Object
An object that represents the remote adapter.

Implements

IAdapter.ReflectedObject

Remarks

This member is an explicit interface implementation. It can be used only when the RemoteObjectAdapter instance is cast to an IAdapter interface.

See Also

Reference

RemoteObjectAdapter Class

RemoteObjectAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace