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
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
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- selMode
Type: System.Object%
Pointer to a VARIANT that indicates the selection mode.
Return Value
Type: System.Int32
.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.