IVsObjectBrowserDescription3.ClearDescriptionText Method

Clears the Object Browser description text.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Function ClearDescriptionText As Integer
int ClearDescriptionText()
int ClearDescriptionText()
abstract ClearDescriptionText : unit -> int
function ClearDescriptionText() : int

Return Value

Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsObjectBrowserDescription3::ClearDescriptionText();

The environment passes a pointer to the IVsObjectBrowserDescription3 interface when it calls FillDescription on an item that the user has selected in the Object Browser. Call the ClearDescriptionText method to clear the IVsObjectBrowserDescription3 stream and reset it. You need to do this only if you have already written something to the IVsObjectBrowserDescription3 stream through AddDescriptionText3.

.NET Framework Security

See Also

Reference

IVsObjectBrowserDescription3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace