Método NameValuePair.ToXml (XmlWriter, String, NameValuePair)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Public Shared Sub ToXml ( _
writer As XmlWriter, _
element As String, _
obj As NameValuePair _
)
public static void ToXml(
XmlWriter writer,
string element,
NameValuePair obj
)
public:
static void ToXml(
XmlWriter^ writer,
String^ element,
NameValuePair^ obj
)
static member ToXml :
writer:XmlWriter *
element:string *
obj:NameValuePair -> unit
public static function ToXml(
writer : XmlWriter,
element : String,
obj : NameValuePair
)
Parâmetros
- writer
Tipo: System.Xml.XmlWriter
- element
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.