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
- pIdBmp
Type: System.UInt32%
Return Value
Type: System.Int32
.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
IVsMicrosoftInstalledProduct Interface
IVsMicrosoftInstalledProduct Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace