IVsTaskProvider3.GetProviderName(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.
Returns a localized human-readable name for this data provider.
public:
int GetProviderName([Runtime::InteropServices::Out] System::String ^ % pbstrName);
int GetProviderName([Runtime::InteropServices::Out] std::wstring const & & pbstrName);
public int GetProviderName (out string pbstrName);
abstract member GetProviderName : string -> int
Public Function GetProviderName (ByRef pbstrName As String) As Integer
Parameters
- pbstrName
- String
[out] A pointer to a string containing the data provider human-readable name.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsTaskProvider3::GetProviderName(
[out] BSTR* pbstrName
);