Compartir a través de


del método PropertyBase.WriteUpdatePropertyAttributesXML

Escrituras en XML los atributos de propiedad necesaria para la actualización.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Protected MustOverride Sub WriteUpdatePropertyAttributesXML ( _
    xmlDoc As XmlTextWriter, _
    action As PropertyBase.DBAction _
)
'Uso
Dim xmlDoc As XmlTextWriter
Dim action As PropertyBase.DBAction

Me.WriteUpdatePropertyAttributesXML(xmlDoc, _
    action)
protected abstract void WriteUpdatePropertyAttributesXML(
    XmlTextWriter xmlDoc,
    PropertyBase.DBAction action
)

Parámetros

Comentarios

Se utiliza para macros XLM.

Vea también

Referencia

clase PropertyBase

Miembros PropertyBase

Espacio de nombres Microsoft.Office.Server.UserProfiles