BaseCompareEditorPane.ShowUpdateScriptExec Method
Shows the script tool window.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Shared Function ShowUpdateScriptExec As Integer
'Usage
Dim returnValue As Integer
returnValue = BaseCompareEditorPane.ShowUpdateScriptExec()
protected static int ShowUpdateScriptExec()
protected:
static int ShowUpdateScriptExec()
protected static function ShowUpdateScriptExec() : int
static member ShowUpdateScriptExec : unit -> int
Return Value
Type: System.Int32
Returns a VSConstants value representing success.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace