OrchestratorOptionsAutomation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |