IVsMicrosoftInstalledProduct.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
Function IdBmpSplash ( _
    <OutAttribute> ByRef pIdBmp As UInteger _
) As Integer
'Usage
Dim instance As IVsMicrosoftInstalledProduct
Dim pIdBmp As UInteger
Dim returnValue As Integer

returnValue = instance.IdBmpSplash(pIdBmp)
int IdBmpSplash(
    out uint pIdBmp
)
int IdBmpSplash(
    [OutAttribute] unsigned int% pIdBmp
)
function IdBmpSplash(
    pIdBmp : uint
) : int
abstract IdBmpSplash : 
        pIdBmp:uint32 -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMicrosoftInstalledProduct Interface

IVsMicrosoftInstalledProduct Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace