IVsMergeableUIItem.GetDescription Method
Returns the description of the item.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
‘선언
Function GetDescription ( _
<OutAttribute> ByRef pbstrDesc As String _
) As Integer
int GetDescription(
out string pbstrDesc
)
int GetDescription(
[OutAttribute] String^% pbstrDesc
)
abstract GetDescription :
pbstrDesc:string byref -> int
function GetDescription(
pbstrDesc : String
) : int
Parameters
- pbstrDesc
Type: System.String%
[out] The string containing the description.
Return Value
Type: System.Int32
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
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.