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