BaseVsaEngine.IsValidNamespaceName(String) 方法
定义
检查提供的命名空间是否对引擎有效。Checks whether the supplied namespace is valid for the engine.
protected:
abstract bool IsValidNamespaceName(System::String ^ name);
protected abstract bool IsValidNamespaceName (string name);
abstract member IsValidNamespaceName : string -> bool
Protected MustOverride Function IsValidNamespaceName (name As String) As Boolean
参数
- name
- String
作为标识符提供的字符串值。A string value provided as identifier.
返回
如果命名空间有效,则为 true;否则为 false。true if the namespace is valid; otherwise, false.