CreateVisualBasicManifestResourceName.IsSourceFile(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.
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.