IVsENCRebuildableProjectCfg2.GetPEidentity Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

‘선언
Function GetPEidentity ( _
    <OutAttribute> pMVID As Guid(), _
    <OutAttribute> pbstrPEName As String() _
) As Integer
‘사용 방법
Dim instance As IVsENCRebuildableProjectCfg2
Dim pMVID As Guid()
Dim pbstrPEName As String()
Dim returnValue As Integer

returnValue = instance.GetPEidentity(pMVID, _
    pbstrPEName)
int GetPEidentity(
    Guid[] pMVID,
    string[] pbstrPEName
)
int GetPEidentity(
    [OutAttribute] array<Guid>^ pMVID, 
    [OutAttribute] array<String^>^ pbstrPEName
)
abstract GetPEidentity : 
        pMVID:Guid[] byref * 
        pbstrPEName:string[] byref -> int 
function GetPEidentity(
    pMVID : Guid[], 
    pbstrPEName : String[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsENCRebuildableProjectCfg2 Interface

IVsENCRebuildableProjectCfg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace