XmlHelper.ToXmlElement, méthode (XmlWriter, String, Boolean)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub ToXmlElement ( _
writer As XmlWriter, _
name As String, _
value As Boolean _
)
public static void ToXmlElement(
XmlWriter writer,
string name,
bool value
)
Paramètres
- writer
Type : System.Xml.XmlWriter
- name
Type : System.String
- value
Type : System.Boolean
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.