ApplicationHost.GetApplicationInitializationXml(Guid) Method
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.
Retrieves the XML initialization string used for a given application.
public:
virtual System::String ^ GetApplicationInitializationXml(Guid applicationID);
public virtual string GetApplicationInitializationXml (Guid applicationID);
abstract member GetApplicationInitializationXml : Guid -> string
override this.GetApplicationInitializationXml : Guid -> string
Public Overridable Function GetApplicationInitializationXml (applicationID As Guid) As String
Parameters
- applicationID
- Guid
Specifies the ID of the application
Returns
An XML string or null in the case of an error
Remarks
This really should've been done as part of IHostedApplication or a later interface for each application, however doing so now would break existing code.