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
- 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.TestImpact.BuildIntegration.BuildActivities Namespace