CreateManifestResourceName.IsSourceFile(String) Method

Definition

The derived class chooses whether this is a valid source file to work against. Usually, this is just a matter of looking at the file's extension.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 abstract bool IsSourceFile(System::String ^ fileName);
protected abstract bool IsSourceFile (string fileName);
abstract member IsSourceFile : string -> bool
Protected MustOverride Function IsSourceFile (fileName As String) As Boolean

Parameters

fileName
String

Name of the candidate source file.

Returns

True, if this is a validate source file.

Applies to