IVsCfgBrowseObject.GetCfg(IVsCfg) Methode

Definition

Nimmt Zuordnungen zurück zur Konfiguration entsprechend dem Suchobjekt vor.

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

Parameter

ppCfg
IVsCfg

[out] Zeiger auf das Konfigurationsobjekt.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell80. idl:

HRESULT IVsCfgBrowseObject::GetCfg(  
   [out] IVsCfg **ppCfg  
);  

Gilt für