IVsTextSelectionAction.GetOrigin Method
Gets the origin of the text selection.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function GetOrigin ( _
<OutAttribute> pSelState As SELECTIONSTATE() _
) As Integer
int GetOrigin(
SELECTIONSTATE[] pSelState
)
int GetOrigin(
[OutAttribute] array<SELECTIONSTATE>^ pSelState
)
abstract GetOrigin :
pSelState:SELECTIONSTATE[] byref -> int
function GetOrigin(
pSelState : SELECTIONSTATE[]
) : int
Parameters
pSelState
Type: array<Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[][out] Line and column of the origin of text selection. Values are in the SELECTIONSTATE struct.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextSelectionAction::GetOrigin(
[out] SELECTIONSTATE *pSelState);
.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.