VSTAScriptingEngine.IsValidProjectItemName(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.
Check to see if the strName is a valid name for the script project We'll just allow names that start with a letter or '' followed by letters, digits and ''. This method is used by ProjectName.set and should not be used by our users anyway.
public:
static bool IsValidProjectItemName(System::String ^ strName);
public static bool IsValidProjectItemName (string strName);
static member IsValidProjectItemName : string -> bool
Public Shared Function IsValidProjectItemName (strName As String) As Boolean
Parameters
- strName
- String