Metoda IVsSolution2.GetItemInfoOfProjref — (String, Int32, Object)
Uzyskuje wymaganej właściwości dla określonego projektu odwołania do elementu.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int GetItemInfoOfProjref(
string pszProjref,
int propid,
out object pvar
)
int GetItemInfoOfProjref(
String^ pszProjref,
int propid,
[OutAttribute] Object^% pvar
)
abstract GetItemInfoOfProjref :
pszProjref:string *
propid:int *
pvar:Object byref -> int
Function GetItemInfoOfProjref (
pszProjref As String,
propid As Integer,
<OutAttribute> ByRef pvar As Object
) As Integer
Parametry
pszProjref
Type: System.String[in] Odwołanie elementu projektu, dla których jest wymagane informacje.
propid
Type: System.Int32[in] Identyfikator właściwości. Aby uzyskać listę propid wartości, zobacz __VSHPROPID.
pvar
Type: System.Object[out] Informacje dotyczące właściwości.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Implementuje
IVsSolution.GetItemInfoOfProjref(String, Int32, Object)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsSolution2::GetItemInfoOfProjref(
[in] LPCOLESTR pszProjref,
[in] VSHPROPID propid,
[out] VARIANT *pvar
);
Zobacz też
Interfejs IVsSolution2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku