ITip Interface
Interface for a test item provider that must be implemented for each type of test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface ITip _
Inherits IDisposable
'Usage
Dim instance As ITip
public interface ITip : IDisposable
public interface class ITip : IDisposable
public interface ITip extends IDisposable