IVsIntellisenseProject.GetCodeDomProviderName(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.
Retrieves the name of the code compiler or code generator (code DOM provider).
public:
int GetCodeDomProviderName([Runtime::InteropServices::Out] System::String ^ % pbstrProvider);
int GetCodeDomProviderName([Runtime::InteropServices::Out] std::wstring const & & pbstrProvider);
public int GetCodeDomProviderName (out string pbstrProvider);
abstract member GetCodeDomProviderName : string -> int
Public Function GetCodeDomProviderName (ByRef pbstrProvider As String) As Integer
Parameters
- pbstrProvider
- String
[out] Pointer to a string containing the name of the code DOM provider.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.