IVCIdentity.MatchIndex Method

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Function MatchIndex ( _
    pVal As Object _
) As Boolean
bool MatchIndex(
    Object pVal
)
bool MatchIndex(
    [InAttribute] Object^ pVal
)
abstract MatchIndex : 
        pVal:Object -> bool
function MatchIndex(
    pVal : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IVCIdentity Interface

Microsoft.VisualStudio.VCProjectEngine Namespace