Método IVsSimpleObjectList2.GetProperty (UInt32, Int32, Object)
Retorna a propriedade especificada para o item de lista especificada.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetProperty(
uint index,
int propid,
out object pvar
)
int GetProperty(
unsigned int index,
int propid,
[OutAttribute] Object^% pvar
)
abstract GetProperty :
index:uint32 *
propid:int *
pvar:Object byref -> int
Function GetProperty (
index As UInteger,
propid As Integer,
<OutAttribute> ByRef pvar As Object
) As Integer
Parâmetros
- index
[in] O índice do item para o qual deseja obter uma propriedade.
- propid
[in] Um valor a partir do _VSOBJLISTELEMPROPID enumeração que especifica a propriedade para obter.
- pvar
[out] Retorna um VARIANT objeto que contém o valor solicitado.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT IVsSimpleObjectList2::GetProperty(
[in] ULONG Index,
[in] VSOBJLISTELEMPROPID propid,
[out] VARIANT *pvar
);
Consulte também
Interface IVsSimpleObjectList2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo