Message Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations..::..Message

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public NotInheritable Class Message _
    Implements IDisposable
'Usage
Dim instance As Message
public sealed class Message : IDisposable
public ref class Message sealed : IDisposable
[<SealedAttribute>]
type Message =  
    class
        interface IDisposable
    end
public final class Message implements IDisposable

The Message type exposes the following members.

Properties

  Name Description
Public property Description Gets or sets {insert text here}.
Public property IsBufferingDescriptions Indicates that the descriptions are going to be changing rapidly and the message owner wishes to only update every CallbackInterval.
Public property IsLinkEnabled Gets {insert text here}.
Public property Link Gets or sets {insert text here}.
Public property Status Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method ActivateLink
Public method Dispose
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event DescriptionChanged
Public event IsLinkEnabledChanged
Public event LinkActivated
Public event LinkChanged
Public event PreviewLinkActivated
Public event StatusChanged

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.Data.Tools.Package.DataToolsOperations Namespace