LabelSources.Items Property
Gets or sets the enumerable collection of paths to the items to label.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property Items As InArgument(Of IEnumerable(Of String))
Get
Set
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<IEnumerable<string>> Items { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<IEnumerable<String^>^>^ Items {
InArgument<IEnumerable<String^>^>^ get ();
void set (InArgument<IEnumerable<String^>^>^ value);
}
[<RequiredArgumentAttribute>]
[<BrowsableAttribute(true)>]
member Items : InArgument<IEnumerable<string>> with get, set
function get Items () : InArgument<IEnumerable<String>>
function set Items (value : InArgument<IEnumerable<String>>)
Property Value
Type: System.Activities.InArgument<IEnumerable<String>>
The enumerable collection of paths to the items to label.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace