LinkActions Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class LinkActions
'Usage
Dim instance As LinkActions
public class LinkActions
public ref class LinkActions
type LinkActions =  class end
public class LinkActions

The LinkActions type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ActionHandler Gets {insert text here}.
Public property ScriptPath Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Activate Opens up the file at the ScriptPath. Override this in an inheriting class to perform different and/or additional actions.
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.)
Protected methodStatic member WriteToOutputWindow Writes a message to the output window

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