This document is archived and information here might be outdated. Recommended version. |
Indicates whether an exact hit.
[Visual Basic .NET]
Public Property ExactHit As Boolean
[C#]
public bool ExactHit {get; set;}
[C++]
HRESULT get_ExactHit(
VARIANT_BOOL hit
);
[C++]
HRESULT put_ExactHit(
Boolean* hit
);
[C++] Parameters hit [in]
hit is a parameter of type bool hit [out, retval]
hit is a parameter of type bool*