CreateVisualBasicManifestResourceName.IsSourceFile(String) Method

Definition

Return 'true' if this is a VB source file.

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

protected:
 override bool IsSourceFile(System::String ^ fileName);
protected override bool IsSourceFile (string fileName);
override this.IsSourceFile : string -> bool
Protected Overrides 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