Share via


ProvideServiceForTestTypeAttribute.TestType Property

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

Gets the Type of the IServiceProvider to return.

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

Syntax

'Declaration
Public ReadOnly Property TestType As Type
public Type TestType { get; }
public:
property Type^ TestType {
    Type^ get ();
}
member TestType : Type with get
function get TestType () : Type

Property Value

Type: System.Type
The Type of the IServiceProvider to use.

.NET Framework Security

See Also

Reference

ProvideServiceForTestTypeAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

IServiceProvider