Visual Basic (Declaration) | |
---|---|
Public Function GetCategoryDataRoot( _ ByVal category As Category, _ ByVal dataType As String, _ ByVal xmlRootDoc As String _ ) As XmlDocument |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CategoryServer Dim category As Category Dim dataType As String Dim xmlRootDoc As String Dim value As XmlDocument value = instance.GetCategoryDataRoot(category, dataType, xmlRootDoc) |
C# | |
---|---|
public XmlDocument GetCategoryDataRoot( Category category, string dataType, string xmlRootDoc ) |
C++/CLI | |
---|---|
public: XmlDocument^ GetCategoryDataRoot( Category^ category, String^ dataType, String^ xmlRootDoc ) |
Parameters
- category
- dataType
- xmlRootDoc
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2