IVCWizCtlUI.ValidateCSharpNamespace(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.
Not implemented.
public:
bool ValidateCSharpNamespace(System::String ^ bstrNamespace);
public:
bool ValidateCSharpNamespace(Platform::String ^ bstrNamespace);
bool ValidateCSharpNamespace(std::wstring const & bstrNamespace);
[System.Runtime.InteropServices.DispId(1610743858)]
public bool ValidateCSharpNamespace (string bstrNamespace);
[<System.Runtime.InteropServices.DispId(1610743858)>]
abstract member ValidateCSharpNamespace : string -> bool
Public Function ValidateCSharpNamespace (bstrNamespace As String) As Boolean
Parameters
- bstrNamespace
- String
Returns
NOT_IMPL
- Attributes