Dela via


SharedStatusBar.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
Public Function SetSelMode ( _
    possibleOwner As SharedStatusBarOwner, _
    ByRef pvSelMode As Object _
) As Integer
public int SetSelMode(
    SharedStatusBarOwner possibleOwner,
    ref Object pvSelMode
)
public:
virtual int SetSelMode(
    SharedStatusBarOwner^ possibleOwner, 
    Object^% pvSelMode
) sealed
abstract SetSelMode : 
        possibleOwner:SharedStatusBarOwner * 
        pvSelMode:Object byref -> int 
override SetSelMode : 
        possibleOwner:SharedStatusBarOwner * 
        pvSelMode:Object byref -> int 
public final function SetSelMode(
    possibleOwner : SharedStatusBarOwner, 
    pvSelMode : Object
) : int

Parameters

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

Return Value

Type: System.Int32

Implements

ISharedStatusBar.SetSelMode(SharedStatusBarOwner, Object%)

.NET Framework Security

See Also

Reference

SharedStatusBar Class

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