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