Breakpoint3.HitCountType Property
Gets the hit count type, which describes how to interpret a hit count.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property HitCountType As dbgHitCountType
dbgHitCountType HitCountType { get; }
property dbgHitCountType HitCountType {
dbgHitCountType get ();
}
abstract HitCountType : dbgHitCountType with get
function get HitCountType () : dbgHitCountType
Property Value
Type: EnvDTE.dbgHitCountType
One of the dbgHitCountType values.
Remarks
See HitCountType.
.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.