IVsComponentSelectorData.GetData(VSCOMPONENTSELECTORDATA[]) Método

Definição

Retorna informações sobre um componente em um pacote.

public:
 int GetData(cli::array <Microsoft::VisualStudio::Shell::Interop::VSCOMPONENTSELECTORDATA> ^ pData);
int GetData(std::Array <Microsoft::VisualStudio::Shell::Interop::VSCOMPONENTSELECTORDATA> const & pData);
public int GetData (Microsoft.VisualStudio.Shell.Interop.VSCOMPONENTSELECTORDATA[] pData);
abstract member GetData : Microsoft.VisualStudio.Shell.Interop.VSCOMPONENTSELECTORDATA[] -> int
Public Function GetData (pData As VSCOMPONENTSELECTORDATA()) As Integer

Parâmetros

pData
VSCOMPONENTSELECTORDATA[]

fora Ponteiro para uma VSCOMPONENTSELECTORDATA estrutura que contém informações sobre o componente.

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 IVsComponentSelectorData::GetData(  
   [out] VSCOMPONENTSELECTORDATA* pData  
);  

Aplica-se a