Dela via


ISharedStatusBar.SetSelMode Method

Sets the block or stream selection mode of the editor in the status bar.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Function SetSelMode ( _
    possibleOwner As SharedStatusBarOwner, _
    ByRef selMode As Object _
) As Integer
int SetSelMode(
    SharedStatusBarOwner possibleOwner,
    ref Object selMode
)
int SetSelMode(
    SharedStatusBarOwner^ possibleOwner, 
    Object^% selMode
)
abstract SetSelMode : 
        possibleOwner:SharedStatusBarOwner * 
        selMode:Object byref -> int 
function SetSelMode(
    possibleOwner : SharedStatusBarOwner, 
    selMode : Object
) : int

Parameters

  • selMode
    Type: System.Object%
    Pointer to a VARIANT that indicates the selection mode.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISharedStatusBar Interface

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace