Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
OrchestratorOptionsAutomation |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ShowWarningDialog | If true, a security warning dialog is shown each time text transformation is run. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
LoadSettingsFromStorage | Load settings from registry. |
![]() |
LoadSettingsFromXml | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ResetSettings | Reset Settings |
![]() |
SaveSettingsToStorage | Save settings to registry. |
![]() |
SaveSettingsToXml | |
![]() |
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.