IVCWizCtlUI.ValidateCSharpNamespace 方法

未实现。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Function ValidateCSharpNamespace ( _
    bstrNamespace As String _
) As Boolean
bool ValidateCSharpNamespace(
    string bstrNamespace
)
bool ValidateCSharpNamespace(
    [InAttribute] String^ bstrNamespace
)
abstract ValidateCSharpNamespace : 
        bstrNamespace:string -> bool 
function ValidateCSharpNamespace(
    bstrNamespace : String
) : boolean

参数

返回值

类型:System.Boolean
NOT_IMPL

.NET Framework 安全性

请参见

参考

IVCWizCtlUI 接口

Microsoft.VisualStudio.VsWizard 命名空间