IDisplayScriptProvider Interface

This interface defines properties that are associated with script tool windows.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Interface IDisplayScriptProvider
public interface IDisplayScriptProvider
public interface class IDisplayScriptProvider
type IDisplayScriptProvider =  interface end
public interface IDisplayScriptProvider

The IDisplayScriptProvider type exposes the following members.

Properties

  Name Description
Public property Caption Gets the caption of the script tool window.
Public property HelpKeyword Gets the F1 Help keyword that is associated with the script tool window.
Public property Script Gets the script that is associated with the script tool window.
Public property WatermarkText Gets the watermark text of the script tool window.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace