Share via


TestEventArgs.Test Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Framework
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Test As Test
    Get
'Usage
Dim instance As TestEventArgs
Dim value As Test

value = instance.Test
public Test Test { get; }
public:
property Test^ Test {
    Test^ get ();
}
function get Test () : Test
member Test : Test

Property Value

Type: Microsoft.VisualStudio.TestTools.Framework.Test

.NET Framework Security

See Also

Reference

TestEventArgs Class

TestEventArgs Members

Microsoft.VisualStudio.TestTools.Framework Namespace