IVsComponentModelHost.GetCatalogCacheFolder(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.