IVsSelectedSymbols.GetItem(UInt32, IVsSelectedSymbol) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o símbolo selecionado do local na coleção especificada pelo número do item.
public:
int GetItem(System::UInt32 iItem, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSelectedSymbol ^ % ppIVsSelectedSymbol);
public:
int GetItem(unsigned int iItem, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSelectedSymbol ^ & ppIVsSelectedSymbol);
int GetItem(unsigned int iItem, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSelectedSymbol const & & ppIVsSelectedSymbol);
public int GetItem (uint iItem, out Microsoft.VisualStudio.Shell.Interop.IVsSelectedSymbol ppIVsSelectedSymbol);
abstract member GetItem : uint32 * IVsSelectedSymbol -> int
Public Function GetItem (iItem As UInteger, ByRef ppIVsSelectedSymbol As IVsSelectedSymbol) As Integer
Parâmetros
- iItem
- UInt32
no O local do qual recuperar o symbel selecionado
- ppIVsSelectedSymbol
- IVsSelectedSymbol
fora O símbolo selecionado.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De vsshell80. idl:
HRESULT IVsSelectedSymbols::GetItem(
[in] ULONG iItem,
[out] IVsSelectedSymbol **ppIVsSelectedSymbol
);