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
- pVal
Type: Object
Return Value
Type: Boolean
.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.