WorkflowTask.Extensions Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'宣言
Protected Property Extensions As ICollection(Of Object)
    Get
    Private Set
protected ICollection<Object> Extensions { get; private set; }
protected:
property ICollection<Object^>^ Extensions {
    ICollection<Object^>^ get ();
    private: void set (ICollection<Object^>^ value);
}
member Extensions : ICollection<Object> with get, private set
function get Extensions () : ICollection<Object>
private function set Extensions (value : ICollection<Object>)

Property Value

Type: System.Collections.Generic.ICollection<Object>

.NET Framework Security

See Also

Reference

WorkflowTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace