Gets all help information from the specified XML file.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim xmlHelpFile As String
Dim returnValue As AllHelpInfo
returnValue = DialogHelper.GetAllHelpInfoFromXmlFile(xmlHelpFile)
|
Syntax
Visual Basic |
Public Shared Function GetAllHelpInfoFromXmlFile ( _
xmlHelpFile As String _
) As AllHelpInfo
|
C# |
public static AllHelpInfo GetAllHelpInfoFromXmlFile (
string xmlHelpFile
)
|
C++ |
public:
static AllHelpInfo^ GetAllHelpInfoFromXmlFile (
String^ xmlHelpFile
)
|
J# |
public static AllHelpInfo GetAllHelpInfoFromXmlFile (
String xmlHelpFile
)
|
JScript |
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