Share via


ProvideTipAttribute.ServiceType 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 service to provide.

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

Syntax

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

Property Value

Type: System.Type
The type of the service to provide.

.NET Framework Security

See Also

Reference

ProvideTipAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

IServiceProvider