IVsExtensibility3.GetConfigMgr(Object, UInt32, Object) Method

Definition

public:
 int GetConfigMgr(System::Object ^ pIVsProject, System::UInt32 itemid, [Runtime::InteropServices::Out] System::Object ^ % ppCfgMgr);
public int GetConfigMgr (object pIVsProject, uint itemid, out object ppCfgMgr);
abstract member GetConfigMgr : obj * uint32 * obj -> int
Public Function GetConfigMgr (pIVsProject As Object, itemid As UInteger, ByRef ppCfgMgr As Object) As Integer

Parameters

pIVsProject
Object
itemid
UInt32
ppCfgMgr
Object

Returns

Applies to