PublishInfo Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents internal information about publishing test results.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.TestTools.Common.PublishInfo

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

Syntax

'Declaration
Public NotInheritable Class PublishInfo
public sealed class PublishInfo
public ref class PublishInfo sealed
[<Sealed>]
type PublishInfo =  class end
public final class PublishInfo

The PublishInfo type exposes the following members.

Constructors

  Name Description
Public method PublishInfo Initializes a new instance of the PublishInfo class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace