Share via


SqlScriptEditorControl.CmdUIGuid Property

Returns GUID that is associated with toolbars and menu items that should automatically be visible when this document window is active.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property CmdUIGuid As Guid 
    Get
'Usage
Dim value As Guid 

value = Me.CmdUIGuid
protected override Guid CmdUIGuid { get; }
protected:
virtual property Guid CmdUIGuid {
    Guid get () override;
}
abstract CmdUIGuid : Guid 
override CmdUIGuid : Guid
override function get CmdUIGuid () : Guid

Property Value

Type: System.Guid
A Guid that identifies toolbars and menu items.

Remarks

This GUID should be synchronized with the one specified in the CTC file in the satellite DLL's VISIBILITY_SECTION section

See Also

Reference

SqlScriptEditorControl Class

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