Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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