Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Not implemented.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function ValidateCSharpNamespace ( _
bstrNamespace As String _
) As Boolean
public virtual bool ValidateCSharpNamespace(
string bstrNamespace
)
public:
virtual bool ValidateCSharpNamespace(
[InAttribute] String^ bstrNamespace
)
abstract ValidateCSharpNamespace :
bstrNamespace:string -> bool
override ValidateCSharpNamespace :
bstrNamespace:string -> bool
public function ValidateCSharpNamespace(
bstrNamespace : String
) : boolean
Parameters
- bstrNamespace
Type: System.String
Return Value
Type: System.Boolean
NOT_IMPL
Implements
IVCWizCtlUI.ValidateCSharpNamespace(String)
.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.