AppInitStringBase 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.
Represents the definition for application initialization string base class.
public ref class AppInitStringBase : Microsoft::Uii::Common::InitString
public class AppInitStringBase : Microsoft.Uii.Common.InitString
type AppInitStringBase = class
inherit InitString
Public Class AppInitStringBase
Inherits InitString
- Inheritance
- Derived
Constructors
AppInitStringBase() |
Initializes a new instance of the AppInitStringBase class. |
Properties
DisplayGroup |
Gets or sets the display group. |
Dynamic |
Gets or sets a Boolean value that specifies whether the application is dynamic. |
DynamicCanClose |
Gets or sets a boolean value whether the user can close the application if it is dynamic. |
DynamicShowInToolBar |
Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic. |
ExtensionsXml |
Gets or Sets the extensions XML |
FormattedXml |
Gets the formatted XML. (Inherited from InitString) |
Global |
Gets or sets a Boolean value that specifies whether the application is global. |
MinimumSize |
Gets or sets the minimum size for the application. |
OptimumSize |
Gets or sets the desired size for the application. |
RootNode |
Gets the root node in the initialization string XML document. (Inherited from InitString) |
UnformattedXml |
Gets the unformatted XML. (Inherited from InitString) |
WorkflowDependent |
Gets or sets a value that specifies whether the application is dependent on a workflow. |
XmlDocument |
Gets or sets the XML document. (Inherited from InitString) |
Methods
ConvertToDifferentAppInitStringType(Int32) |
Converts the application type to different app initialization string. |
CreateAppInitStringType(Int32) |
Creates the type of the application initialization string. |
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) |
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) |
InferApplicationType(InitString) |
Infers the type of the application. |
InferApplicationType(String) |
Infers the type of the application. |
InferApplicationType(XmlDocument) |
Infers the type of the application. |
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) |
LoadXml(String) |
Loads internal XML document from the specified string. (Inherited from InitString) |
OnLoad() |
Called during load. (Inherited from InitString) |
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) |