Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets the object represented by the RemoteObjectAdapter.
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)> _
Protected ReadOnly Property ReflectedObject As Object
'Usage
Dim value As Object
value = Me.ReflectedObject
[BrowsableAttribute(false)]
protected Object ReflectedObject { get; }
[BrowsableAttribute(false)]
protected:
property Object^ ReflectedObject {
Object^ get ();
}
protected function get ReflectedObject () : Object
Property Value
Type: System.Object
The object represented by the RemoteObjectAdapter.