EditorFactoryBase.editorGuid Field

The Guid of the editor.

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

Syntax

'Declaration
Protected editorGuid As Guid
'Usage
Dim value As Guid 

value = Me.editorGuid 

Me.editorGuid = value
protected Guid editorGuid
protected:
Guid editorGuid
val mutable editorGuid: Guid
protected var editorGuid : Guid

See Also

Reference

EditorFactoryBase Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace