ScriptEditorControl.DocData Property

Gets DocData of the editor. By default, returns text buffer that is used for editing script as its document data.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DocData As Object
    Get
'Usage
Dim instance As ScriptEditorControl
Dim value As Object

value = instance.DocData
[BrowsableAttribute(false)]
public Object DocData { get; }
[BrowsableAttribute(false)]
public:
virtual property Object^ DocData {
    Object^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract DocData : Object
[<BrowsableAttribute(false)>]
override DocData : Object
final function get DocData () : Object

Property Value

Type: System.Object
DocData of the editor.

Implements

IDocWindowPane.DocData