OrchestratorOptionsAutomation Class

Definition

Important

This API is not CLS-compliant.

OrchestratorOptionsAutomation Object to store settings for code generation

public ref class OrchestratorOptionsAutomation : Microsoft::VisualStudio::Shell::IProfileManager
[Windows::Foundation::Metadata::WebHostHidden]
class OrchestratorOptionsAutomation : Microsoft::VisualStudio::Shell::IProfileManager
[System.CLSCompliant(false)]
public class OrchestratorOptionsAutomation : Microsoft.VisualStudio.Shell.IProfileManager
public class OrchestratorOptionsAutomation : Microsoft.VisualStudio.Shell.IProfileManager
[<System.CLSCompliant(false)>]
type OrchestratorOptionsAutomation = class
    interface IProfileManager
type OrchestratorOptionsAutomation = class
    interface IProfileManager
Public Class OrchestratorOptionsAutomation
Implements IProfileManager
Inheritance
OrchestratorOptionsAutomation
Attributes
Implements

Remarks

Provides storage for options page and also for DTE.Properties

Constructors

OrchestratorOptionsAutomation(IServiceProvider)

Properties

ShowWarningDialog

True if you want to show a security warning dialog each time T4 is run.

Methods

LoadSettingsFromStorage()

Load settings from registry

LoadSettingsFromXml(IVsSettingsReader)
ResetSettings()

Reset Settings

SaveSettingsToStorage()

Save settings to registry

SaveSettingsToXml(IVsSettingsWriter)

Applies to