Share via


VSProjectNode.getProxiesContainer Method

Definition

Gets the proxies in this project.

public:
 virtual cli::array <System::Object ^> ^ getProxiesContainer();
public virtual object[] getProxiesContainer ();
abstract member getProxiesContainer : unit -> obj[]
override this.getProxiesContainer : unit -> obj[]
Public Overridable Function getProxiesContainer () As Object()

Returns

Object[]

A container that holds the packed representation of a map that contains the Class, Enum, and Table keys. Each key contains a list of proxies.

Applies to