TfsmqNotification.CreateXmlReader Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Shared Function CreateXmlReader ( _
xml As String _
) As XmlReader
protected static XmlReader CreateXmlReader(
string xml
)
protected:
static XmlReader^ CreateXmlReader(
String^ xml
)
static member CreateXmlReader :
xml:string -> XmlReader
protected static function CreateXmlReader(
xml : String
) : XmlReader
Parameters
- xml
Type: System.String
Return Value
Type: System.Xml.XmlReader
Returns XmlReader.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.