Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- 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
- 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.