FileTracker.FileIsExcludedFromDependencies(String) Method

Definition

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.

Applies to