XmlHelper.ToXmlAttribute, méthode (XmlWriter, String, UInt32)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub ToXmlAttribute ( _
writer As XmlWriter, _
name As String, _
value As UInteger _
)
public static void ToXmlAttribute(
XmlWriter writer,
string name,
uint value
)
Paramètres
- writer
Type : System.Xml.XmlWriter
- name
Type : System.String
- value
Type : System.UInt32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.