Number of matches to allow on each input item. -1 indicates to perform matches on all matches within input item
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Count As ITaskItem |
C# |
---|
public ITaskItem Count { get; set; } |
C++ |
---|
public property ITaskItem Count sealed { ITaskItem get(); void set(ITaskItem value); } |
J# |
---|
/** property */ public ITaskItem get_Count(); /** property */ public void set_Count(ITaskItem value); |
JScript |
---|
public function get Count() : ITaskItem public function set Count(value : ITaskItem); |
See Also
Documentation version 1.0.0.0.