RepeatBehaviorHelper.GetHasCount(RepeatBehavior) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether a specified RepeatBehavior has a RepeatBehaviorType of Count and a nonzero Count value. C# and Microsoft Visual Basic code should use HasCount instead.
static bool GetHasCount(RepeatBehavior const& target);
public static bool GetHasCount(RepeatBehavior target);
function getHasCount(target)
Public Shared Function GetHasCount (target As RepeatBehavior) As Boolean
Parameters
- target
- RepeatBehavior
The RepeatBehavior to evaluate.
Returns
Boolean
bool
true if target has a RepeatBehaviorType of Count and a nonzero Count value. Otherwise, false.