IVsCfgBrowseObject.GetCfg(IVsCfg) 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.
Maps back to the configuration corresponding to the browse object.
public:
int GetCfg([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCfg ^ % ppCfg);
public:
int GetCfg([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCfg ^ & ppCfg);
int GetCfg([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCfg const & & ppCfg);
public int GetCfg (out Microsoft.VisualStudio.Shell.Interop.IVsCfg ppCfg);
abstract member GetCfg : IVsCfg -> int
Public Function GetCfg (ByRef ppCfg As IVsCfg) As Integer
Parameters
- ppCfg
- IVsCfg
[out] Pointer to the configuration object.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsCfgBrowseObject::GetCfg(
[out] IVsCfg **ppCfg
);