del método ProfileTypeProperty.WriteUpdatePropertyAttributesXML
Este miembro reemplaza a PropertyBase.WriteUpdatePropertyAttributesXML(XmlTextWriter, PropertyBase.DBAction).
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Protected Overrides Sub WriteUpdatePropertyAttributesXML ( _
xmlDoc As XmlTextWriter, _
action As PropertyBase.DBAction _
)
'Uso
Dim xmlDoc As XmlTextWriter
Dim action As PropertyBase.DBAction
Me.WriteUpdatePropertyAttributesXML(xmlDoc, _
action)
protected override void WriteUpdatePropertyAttributesXML(
XmlTextWriter xmlDoc,
PropertyBase.DBAction action
)
Parámetros
- xmlDoc
Tipo: System.Xml.XmlTextWriter