Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the specified XML fragment containing localized names in the metadata repository.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable Sub WriteXmlLocalizedNames ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As MetadataObject
Dim xmlWriter As XmlWriter
instance.WriteXmlLocalizedNames(xmlWriter)
public virtual void WriteXmlLocalizedNames(
XmlWriter xmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The XML fragment to write.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace