IVsComponentModelHost.GetCatalogCacheFolder(String) 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.
Returns the path of the folder that can be used for storing MEF catalog caches.
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
Parameters
- pbstrFolderPath
- String
[out] The path of the folder to use.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.