IVsComponentSelectorData.GetData(VSCOMPONENTSELECTORDATA[]) 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.
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
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
);