IDirectoryCacheFactory.GetDirectoryCacheForEvaluation(Int32) 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 an IDirectoryCache to be used when evaluating the project associated with this IDirectoryCacheFactory.
public:
Microsoft::Build::FileSystem::IDirectoryCache ^ GetDirectoryCacheForEvaluation(int evaluationId);
public Microsoft.Build.FileSystem.IDirectoryCache GetDirectoryCacheForEvaluation (int evaluationId);
abstract member GetDirectoryCacheForEvaluation : int -> Microsoft.Build.FileSystem.IDirectoryCache
Public Function GetDirectoryCacheForEvaluation (evaluationId As Integer) As IDirectoryCache
Parameters
- evaluationId
- Int32
The ID of the evaluation for which the interface is requested.