Share via


Solution.Initialize Method ()

Applies To: Windows 8.1

Initialize the AXE solution portion of the AXE core.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim returnValue As Solution

returnValue = Solution.Initialize

Syntax

'Declaration
Public Shared Function Initialize As Solution
public static Solution Initialize ()
public:
static Solution^ Initialize ()
public static Solution Initialize ()
public static function Initialize () : Solution

Return Value

Returns Solution. An object of this class provides access to data applicable to the overall AXE session. This is the core of the AXE functionality for a solution application.

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.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Solution Class
Solution Members
Microsoft.Assessments.Hosting Namespace