Share via


IVsObjectBrowserDescription2.ClearDescriptionText Method

Clears the description descriptive text for an object in the browser.

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

Syntax

'Declaration
Function ClearDescriptionText As Integer
'Usage
Dim instance As IVsObjectBrowserDescription2 
Dim returnValue As Integer 

returnValue = instance.ClearDescriptionText()
int ClearDescriptionText()
int ClearDescriptionText()
function ClearDescriptionText() : int

Return Value

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

.NET Framework Security

See Also

Reference

IVsObjectBrowserDescription2 Interface

IVsObjectBrowserDescription2 Members

Microsoft.VisualStudio.Shell.Interop Namespace