Share via


ShowCode Method

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public MustOverride Sub ShowCode
'Usage
Dim instance As TextBuffer

instance.ShowCode()
public abstract void ShowCode()
public:
virtual void ShowCode() abstract
abstract ShowCode : unit -> unit 
public abstract function ShowCode()

See Also

Reference

TextBuffer Class

ShowCode Overload

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace