共用方式為


DialogHelper.GetAllHelpInfoFromXmlFile Method

Gets all help information from the specified XML file.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim xmlHelpFile As String
Dim returnValue As AllHelpInfo

returnValue = DialogHelper.GetAllHelpInfoFromXmlFile(xmlHelpFile)

Syntax

'Declaration
Public Shared Function GetAllHelpInfoFromXmlFile ( _
    xmlHelpFile As String _
) As AllHelpInfo
public static AllHelpInfo GetAllHelpInfoFromXmlFile (
    string xmlHelpFile
)
public:
static AllHelpInfo^ GetAllHelpInfoFromXmlFile (
    String^ xmlHelpFile
)
public static AllHelpInfo GetAllHelpInfoFromXmlFile (
    String xmlHelpFile
)
public static function GetAllHelpInfoFromXmlFile (
    xmlHelpFile : String
) : AllHelpInfo

Parameters

  • xmlHelpFile
    [in] Name of the XML file.

Return Value

AllHelpInfo object.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

DialogHelper Class
DialogHelper Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
AllHelpInfo Class