IVsMicrosoftInstalledProduct.ProductID 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 ProductID ( _
    <OutAttribute> ByRef pbstrPID As String _
) As Integer
'Usage
Dim instance As IVsMicrosoftInstalledProduct
Dim pbstrPID As String
Dim returnValue As Integer

returnValue = instance.ProductID(pbstrPID)
int ProductID(
    out string pbstrPID
)
int ProductID(
    [OutAttribute] String^% pbstrPID
)
function ProductID(
    pbstrPID : String
) : int
abstract ProductID : 
        pbstrPID:string -> 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