IVsExtensibility3.GetConfigMgr(Object, UInt32, Object) 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.
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