PackageUtilities::IsFileNameInvalid Method (String^)

 

Determines whether the specified file name is invalid.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool IsFileNameInvalid(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The name of the file.

Return Value

Type: System::Boolean

true if the file name is invalid, false if it is valid.

Return to top
Show: