RegisterTestTypeNoEditorAttribute.TipType Property

Gets the type name for the custom implementation of ITip.

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

Syntax

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

Property Value

Type: System.Type
The type name for the custom implementation of ITip.

.NET Framework Security

See Also

Reference

RegisterTestTypeNoEditorAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITip