IVsComponentModelHost.GetCatalogCacheFolder(String) Method

Definition

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.

Applies to