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

‘선언
Function ClearDescriptionText As Integer
‘사용 방법
Dim instance As IVsObjectBrowserDescription2
Dim returnValue As Integer

returnValue = instance.ClearDescriptionText()
int ClearDescriptionText()
int ClearDescriptionText()
abstract ClearDescriptionText : unit -> int 
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