PropertyBase.WriteUpdatePropertyAttributesXML - Méthode

Écritures sur XML les attributs de propriété requis pour la mise à jour.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Protected MustOverride Sub WriteUpdatePropertyAttributesXML ( _
    xmlDoc As XmlTextWriter, _
    action As PropertyBase.DBAction _
)
'Utilisation
Dim xmlDoc As XmlTextWriter
Dim action As PropertyBase.DBAction

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

Paramètres

Remarques

Utilisé pour les macros XLM.

Voir aussi

Référence

PropertyBase classe

PropertyBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms