CodeDomDesignerLoader.INameCreationService.IsValidName(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.
Gets a value indicating whether the specified name is valid.
virtual bool System.ComponentModel.Design.Serialization.INameCreationService.IsValidName(System::String ^ name) = System::ComponentModel::Design::Serialization::INameCreationService::IsValidName;
bool INameCreationService.IsValidName (string name);
abstract member System.ComponentModel.Design.Serialization.INameCreationService.IsValidName : string -> bool
override this.System.ComponentModel.Design.Serialization.INameCreationService.IsValidName : string -> bool
Function IsValidName (name As String) As Boolean Implements INameCreationService.IsValidName
Parameters
- name
- String
The name to validate.
Returns
true
if the name is valid; otherwise, false
.
Implements
Exceptions
name
is null
.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.