IVsTextSelectionAction.GetDestination(SELECTIONSTATE[]) Método

Definição

Obtém o destino da seleção de texto.

public:
 int GetDestination(cli::array <Microsoft::VisualStudio::TextManager::Interop::SELECTIONSTATE> ^ pSelState);
public:
 int GetDestination(Platform::Array <Microsoft::VisualStudio::TextManager::Interop::SELECTIONSTATE> ^ pSelState);
int GetDestination(std::Array <Microsoft::VisualStudio::TextManager::Interop::SELECTIONSTATE> const & pSelState);
public int GetDestination (Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[] pSelState);
abstract member GetDestination : Microsoft.VisualStudio.TextManager.Interop.SELECTIONSTATE[] -> int
Public Function GetDestination (pSelState As SELECTIONSTATE()) As Integer

Parâmetros

pSelState
SELECTIONSTATE[]

fora Linha e coluna do destino da seleção de texto. Os valores estão na SELECTIONSTATE struct.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsTextSelectionAction::GetDestination(  
   [out] SELECTIONSTATE *pSelState  
);  

Aplica-se a