GetImpactedTests.Assemblies Property

Namespace:  Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly:  Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)

Syntax

'宣言
<BrowsableAttribute(True)> _
Public Property Assemblies As InArgument(Of IEnumerable(Of String))
    Get
    Set
[BrowsableAttribute(true)]
public InArgument<IEnumerable<string>> Assemblies { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<IEnumerable<String^>^>^ Assemblies {
    InArgument<IEnumerable<String^>^>^ get ();
    void set (InArgument<IEnumerable<String^>^>^ value);
}
[<BrowsableAttribute(true)>]
member Assemblies : InArgument<IEnumerable<string>> with get, set
function get Assemblies () : InArgument<IEnumerable<String>>
function set Assemblies (value : InArgument<IEnumerable<String>>)

Property Value

Type: System.Activities.InArgument<IEnumerable<String>>

.NET Framework Security

See Also

Reference

GetImpactedTests Class

Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace