CanonicalTrackedInputFiles.FileIsExcludedFromDependencyCheck(String) Method

Definition

Test to see if the specified file is excluded from tracked dependency checking

public:
 bool FileIsExcludedFromDependencyCheck(System::String ^ fileName);
public bool FileIsExcludedFromDependencyCheck (string fileName);
member this.FileIsExcludedFromDependencyCheck : string -> bool
Public Function FileIsExcludedFromDependencyCheck (fileName As String) As Boolean

Parameters

fileName
String

Full path of the file to test

Returns

true if the file is excluded; otherwise, false.

Applies to