Metoda IVsInstalledProduct.IdBmpSplash — (UInt32)
Visual Studio 2005nie jest już wywołania tej metody.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int IdBmpSplash(
out uint pIdBmp
)
int IdBmpSplash(
[OutAttribute] unsigned int% pIdBmp
)
abstract IdBmpSplash :
pIdBmp:uint32 byref -> int
Function IdBmpSplash (
<OutAttribute> ByRef pIdBmp As UInteger
) As Integer
Parametry
- pIdBmp
[out] Wskaźnik do Identyfikatora mapy bitowej, mają być wyświetlane.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsInstalledProduct::IdBmpSplash(
[out, retval] UINT *pIdBmp
);
Visual Studio 2005nie jest już wywołania tej metody.W danej implementacji zwraca E_NOTIMPL.Wdrożenie IdIcoLogoForAboutbox zamiast.
Zobacz też
Interfejs IVsInstalledProduct
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku