IVsMergeableUIItem.GetDescription(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 the description of the item.
public:
int GetDescription([Runtime::InteropServices::Out] System::String ^ % pbstrDesc);
int GetDescription([Runtime::InteropServices::Out] std::wstring const & & pbstrDesc);
public int GetDescription (out string pbstrDesc);
abstract member GetDescription : string -> int
Public Function GetDescription (ByRef pbstrDesc As String) As Integer
Parameters
- pbstrDesc
- String
[out] The string containing the description.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
May be unused.
COM Signature
From textmgr.idl:
HRESULT IVsMergeableUIItem::GetDescription(
[out] BSTR *pbstrDesc
);