TypeDescriptor.MergeXml 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Shared Function MergeXml ( _
    xmlReader As XmlReader, _
    context As ParseContext, _
    parameter As Parameter, _
    parent As TypeDescriptor, _
    packageContents As PackageContents _
) As TypeDescriptor
用法
Dim xmlReader As XmlReader
Dim context As ParseContext
Dim parameter As Parameter
Dim parent As TypeDescriptor
Dim packageContents As PackageContents
Dim returnValue As TypeDescriptor

returnValue = TypeDescriptor.MergeXml(xmlReader, context, parameter, parent, packageContents)
public static TypeDescriptor MergeXml (
    XmlReader xmlReader,
    ParseContext context,
    Parameter parameter,
    TypeDescriptor parent,
    PackageContents packageContents
)

参数

  • xmlReader
  • context
  • parameter
  • parent
  • packageContents

另请参阅

参考

TypeDescriptor 类
TypeDescriptor 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间