Share via


OrchestratorOptionsAutomation Class

Provides storage for the settings that are displayed in the Text Templating page in the Tools Options dialog.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorOptionsAutomation

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class OrchestratorOptionsAutomation _
    Implements IProfileManager
[CLSCompliantAttribute(false)]
public class OrchestratorOptionsAutomation : IProfileManager
[CLSCompliantAttribute(false)]
public ref class OrchestratorOptionsAutomation : IProfileManager
[<CLSCompliantAttribute(false)>]
type OrchestratorOptionsAutomation =  
    class
        interface IProfileManager
    end
public class OrchestratorOptionsAutomation implements IProfileManager

The OrchestratorOptionsAutomation type exposes the following members.

Constructors

  Name Description
Public method OrchestratorOptionsAutomation

Top

Properties

  Name Description
Public property ShowWarningDialog If true, a security warning dialog is shown each time text transformation is run.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LoadSettingsFromStorage Load settings from registry.
Public method LoadSettingsFromXml
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResetSettings Reset Settings
Public method SaveSettingsToStorage Save settings to registry.
Public method SaveSettingsToXml
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.TextTemplating.VSHost Namespace