Initialization 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.
The Initialization class used to track hosted application initialization information, wrapped in an object.
public ref class Initialization
public class Initialization
type Initialization = class
Public Class Initialization
- Inheritance
-
Initialization
Constructors
Initialization(String) |
Constructor |
Properties
AdapterType |
Get the adapter type. |
AdapterURL |
Get the URL of the adapter. |
Arguments |
Get the arguments of the external application. |
ContainerType |
Get the container type (i.e. appdomain or process). |
DisplayGroup |
Get the display group of the hosted application. |
HasContainer |
Returns "yes" if has isolation container. |
HostInsideCcfUI |
|
InitializationString |
Get or Set the initialization string |
IsDependentOnWorkflow |
|
IsGlobal |
|
IsIsolated |
|
MinimunSize |
Get the minimun size of the hosted application. |
OptimunSize |
Get the optimun size of the hosted application. |
ShowMenu |
|
Url |
Get the url of the hosted application. |
UseAdapter |
|
UseOwnedWindow |
True is application is developed using Microsoft Visual Basic 6.0 or older or older version of it, false otherwise. |
UseToolBar |
|
WindowsControlType |
Get the hosted control type. |
WorkingDirectory |
Get the working directory of the external application. |
Methods
GetValue(String) |
Returns the XmlNode that matches the XPath expression. |
GetValueString(String) |
Returns the InnerText of the XmlNode that matches the XPath expression, returns an empty string otherwise. |