IVCWizCtlUI.ValidateCSharpNamespace Method
Not implemented.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
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
Parameters
bstrNamespace
Type: String
Return Value
Type: Boolean
NOT_IMPL
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.