CanonicalTrackedInputFiles.FileIsExcludedFromDependencyCheck(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.
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
.