IVsSelectedSymbols.GetItem(UInt32, IVsSelectedSymbol) Método

Definição

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

Int32

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  
);  

Aplica-se a