VSProjectNode.getProxiesContainer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.