Note
The context is reset to its initial state before it is returned via ctx.
public bool IsRegionFound(
RegionBase region,
out MatchingContext ctx
)Public Function IsRegionFound (
region As RegionBase,
<OutAttribute> ByRef ctx As MatchingContext
) As Booleanpublic:
bool IsRegionFound(
RegionBase^ region,
[OutAttribute] MatchingContext^% ctx
)member IsRegionFound :
region : RegionBase *
ctx : MatchingContext byref -> bool Receives the related MatchingContext if the region is found, otherwise receives .