FileTracker.FileIsExcludedFromDependencies(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 dependencies
public:
static bool FileIsExcludedFromDependencies(System::String ^ fileName);
public static bool FileIsExcludedFromDependencies (string fileName);
static member FileIsExcludedFromDependencies : string -> bool
Public Shared Function FileIsExcludedFromDependencies (fileName As String) As Boolean
Parameters
- fileName
- String
Full path of the file to test
Returns
true
if the file is excluded; otherwise, false
.