Udostępnij za pośrednictwem


IAdapter.ReflectedObject Property

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

Gets the object that is reflected by the current IAdapter.

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

Syntax

'Declaration
ReadOnly Property ReflectedObject As Object
'Usage
Dim instance As IAdapter 
Dim value As Object 

value = instance.ReflectedObject
Object ReflectedObject { get; }
property Object^ ReflectedObject {
    Object^ get ();
}
function get ReflectedObject () : Object

Property Value

Type: System.Object
The object that is reflected by the current IAdapter.

See Also

Reference

IAdapter Interface

IAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace