IVsComponentModelHost.GetCatalogCacheFolder(String) Méthode

Définition

Retourne le chemin d'accès du dossier qui peut être utilisé pour stocker les caches de catalogue MEF.

public:
 int GetCatalogCacheFolder([Runtime::InteropServices::Out] System::String ^ % pbstrFolderPath);
int GetCatalogCacheFolder([Runtime::InteropServices::Out] std::wstring const & & pbstrFolderPath);
public int GetCatalogCacheFolder (out string pbstrFolderPath);
abstract member GetCatalogCacheFolder : string -> int
Public Function GetCatalogCacheFolder (ByRef pbstrFolderPath As String) As Integer

Paramètres

pbstrFolderPath
String

[out] Chemin d'accès du dossier à utiliser.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

S’applique à