Share via


ExternalApplicationAppInitString Class

Definition

Represents the external application initialization string

public ref class ExternalApplicationAppInitString : Microsoft::Uii::Common::AdapterAppInitString
public class ExternalApplicationAppInitString : Microsoft.Uii.Common.AdapterAppInitString
type ExternalApplicationAppInitString = class
    inherit AdapterAppInitString
Public Class ExternalApplicationAppInitString
Inherits AdapterAppInitString
Inheritance
ExternalApplicationAppInitString

Constructors

ExternalApplicationAppInitString()

Initializes a new instance of the ExternalApplicationAppInitString class.

Properties

AcquisitionTimeout

Gets or sets the acquisition timeout.

AdapterMode

Gets or sets the adapter mode.

(Inherited from AdapterAppInitString)
AlternateTopLevelWindow

Gets or sets the alternate top level window.

AlternateTopLevelWindowCaption

Gets or sets the alternate top level window caption.

AlternateTopLevelWindowClass

Gets or sets the alternate top level window class.

AttachThreadInput

Gets or sets a Boolean value that specifies whether the thread input is attached.

Controls

Gets the control names in all DDA.

(Inherited from AdapterAppInitString)
DataDrivenAdapterBindingsCollection

Gets the data driven adapter control bindings collection.

(Inherited from AdapterAppInitString)
DataDrivenAdapterControlBindings

Gets the data driven adapter control bindings.

(Inherited from AdapterAppInitString)
DataDrivenAdapterType

Gets or sets the data driven adapter type.

(Inherited from AdapterAppInitString)
DdaCollection

Gets the data driven adapter collection.

(Inherited from AdapterAppInitString)
DisplayGroup

Gets or sets the display group.

(Inherited from AppInitStringBase)
Dynamic

Gets or sets a Boolean value that specifies whether the application is dynamic.

(Inherited from AppInitStringBase)
DynamicCanClose

Gets or sets a boolean value whether the user can close the application if it is dynamic.

(Inherited from AppInitStringBase)
DynamicShowInToolBar

Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic.

(Inherited from AppInitStringBase)
ExtensionsXml

Gets or Sets the extensions XML

(Inherited from AppInitStringBase)
FormattedXml

Gets the formatted XML.

(Inherited from InitString)
Global

Gets or sets a Boolean value that specifies whether the application is global.

(Inherited from AppInitStringBase)
HostingMethod

Gets or sets the application hosting method.

HostInside

Gets or sets a Boolean value that specifies whether the host is inside.

HostOnTop

Gets or sets a Boolean value that specifies whether the host is on top.

InteropAssemblyArguments

Gets or sets the interop assembly arguments.

InteropAssemblyUrl

Gets or sets the interop assembly URL.

InteropAssemblyWorkingDirectory

Gets or sets the interop assembly working directory.

LegacyAdapterType

Gets or sets the legacy adapter type.

(Inherited from AdapterAppInitString)
LimitToProcessId

Gets or sets a Boolean value that specifies whether there are limits to the process ID for the main process when searching for a window handle.

ManageHosting

Gets or sets a Boolean value that specifies whether the lifecycle of the application is managed by automation.

MinimumSize

Gets or sets the minimum size for the application.

(Inherited from AppInitStringBase)
NoMessagePump

Gets or sets a Boolean value that specifies whether the application has any windows messaging queue.

OptimumSize

Gets or sets the desired size for the application.

(Inherited from AppInitStringBase)
RemoveSizingControls

Gets or sets a Boolean value that specifies whether the sizing controls for the application have to be removed.

RemoveSizingMenu

Gets or sets a Boolean value that specifies whether the sizing menu has to be removed].

RestoreIfMinimized

Gets or sets a Boolean value that specifies whether the application has to be restored if it is in the minimized state.

RetainFrameAndCaption

Gets or sets a Boolean value that specifies whether the application’s frame and caption has to be retained.

RetainOnTaskbar

Gets or sets a Boolean value that specifies whether the application has to be retained on the task bar.

RetainSystemMenu

Gets or sets a Boolean value that specifies whether the system menu has to be retained.

RootNode

Gets the root node in the initialization string XML document.

(Inherited from InitString)
ShowMenu

Gets or sets a Boolean value that specifies whether the menu should be displayed for the application.

UnformattedXml

Gets the unformatted XML.

(Inherited from InitString)
UseAutomationAdapter

Gets or sets a Boolean value that specifies whether to use an automation adapter.

(Inherited from AdapterAppInitString)
UseNoAdapter

Gets or sets a Boolean value that specifies whether to use an adapter or not.

(Inherited from AdapterAppInitString)
WorkflowDependent

Gets or sets a value that specifies whether the application is dependent on a workflow.

(Inherited from AppInitStringBase)
XmlDocument

Gets or sets the XML document.

(Inherited from InitString)

Methods

ConvertToDifferentAppInitStringType(Int32)

Converts the application type to different app initialization string.

(Inherited from AppInitStringBase)
Exists(XmlNode, String)

Determines whether node specified by xpath is found under parentNode.

(Inherited from InitString)
GetAttributeNode(XmlNode, String)

Retrieves the named attribute node under parentNode.

(Inherited from InitString)
GetControlsNode(XmlNode)

Gets the DataDrivenAdapterBindings\Controls node.

(Inherited from AdapterAppInitString)
GetNode(XmlNode, String)

Retrieves the first named node under parentNode, or null if does not exist.

(Inherited from InitString)
GetOrCreateAttributeNode(XmlNode, String)

Retrieves the attribute node under parent node, or create one if it does not exist.

(Inherited from InitString)
GetOrCreateNode(XmlNode, String, String)

Retrieves first named node under parent node, or creates one if it does not exist.

(Inherited from InitString)
GetOrCreateNode(XmlNode, String)

Retrieves first named node under parent node, or creates one if it does not exist.

(Inherited from InitString)
GetTypeNode(XmlNode)

Gets the DataDrivenAdapterBindings\Type node.

(Inherited from AdapterAppInitString)
Load(InitString)

Load internal XML document from the specified initialization string.

(Inherited from InitString)
Load(String)

Loads internal XML document from the specified file.

(Inherited from InitString)
LoadAdapterXml(String)

Loads the automation XML into the initialization string object.

(Inherited from AdapterAppInitString)
LoadXml(String)

Loads internal XML document from the specified string.

(Inherited from InitString)
OnLoad()

Called when [load].

(Inherited from AdapterAppInitString)
RemoveNode(XmlNode, String)

Removes the first named node under parent node.

(Inherited from InitString)
Save(String)

Saves internal XML document to the specified file.

(Inherited from InitString)
ToString()

Returns the initialization string as a formatted Xml string

(Inherited from InitString)
Validate()

Throw exceptions in overridden implementations to signal initialization string validation failure.

(Inherited from InitString)

Applies to