ScriptEditorControl.. Method

Sets the identifier of the view class.

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

Syntax

'Declaration
Private Function SetViewClassID ( _
    ByRef clsidView As Guid _
) As Integer Implements IVsCodeWindow.SetViewClassID
'Usage
Dim instance As ScriptEditorControl
Dim clsidView As Guid
Dim returnValue As Integer

returnValue = CType(instance, IVsCodeWindow).SetViewClassID(clsidView)
int IVsCodeWindow.SetViewClassID(
    ref Guid clsidView
)
private:
virtual int SetViewClassID(
    Guid% clsidView
) sealed = IVsCodeWindow::SetViewClassID
private abstract SetViewClassID : 
        clsidView:Guid byref -> int 
private override SetViewClassID : 
        clsidView:Guid byref -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System.Int32
An integer value that indicates the result of the operation.

Implements

IVsCodeWindowSetViewClassID(Guid%)