Udostępnij za pośrednictwem


ProxyResolveEventArgs Members

Include Protected Members
Include Inherited Members

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

Provides data for the ProxyResolve and ProxyUnresolved events.

The ProxyResolveEventArgs type exposes the following members.

Constructors

 

Name

Description

Public method

ProxyResolveEventArgs

Initializes a new instance of the ProxyResolveEventArgs class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Adapter

Gets the contract that was passed as a RemoteArgument between the host application and an add-in.

Public property

CacheAsObject

Gets or sets a value that indicates whether to cache the proxy as an object.

Public property

ComObject

Gets the COM object that was pulled from the contract.

Public property

ExpectedType

Gets the type of the proxy object to instantiate.

Public property

ProxyToReturn

Gets or sets the proxy object to return after the event is handled.

Public property

TypeInfrastructureManager

Gets the type infrastructure manager that is the source of the event.

Top

See Also

Reference

ProxyResolveEventArgs Class

Microsoft.VisualStudio.Tools.Applications Namespace