DataPackage.IVsInstalledProduct.IdBmpSplash Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function IdBmpSplash ( _
<OutAttribute> ByRef pIdBmp As UInteger _
) As Integer Implements IVsInstalledProduct.IdBmpSplash
'Usage
Dim instance As DataPackage
Dim pIdBmp As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsInstalledProduct).IdBmpSplash(pIdBmp)
int IVsInstalledProduct.IdBmpSplash(
out uint pIdBmp
)
private:
virtual int IdBmpSplash(
[OutAttribute] unsigned int% pIdBmp
) sealed = IVsInstalledProduct::IdBmpSplash
JScript does not support explicit interface implementations.
private abstract IdBmpSplash :
pIdBmp:uint32 -> int
private override IdBmpSplash :
pIdBmp:uint32 -> int
Parameters
- pIdBmp
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IVsInstalledProduct.IdBmpSplash(UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace