ProxyResolveEventArgs.ComObject Property
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets the COM object that was pulled from the contract.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property ComObject As Object
'Usage
Dim instance As ProxyResolveEventArgs
Dim value As Object
value = instance.ComObject
public Object ComObject { get; }
public:
property Object^ ComObject {
Object^ get ();
}
public function get ComObject () : Object
Property Value
Type: System.Object
The COM object that was pulled from the contract.