ExtensionMethods.GetGuidAttribute(XmlReader, String) Method

Definition

Get a named attribute from the current node in the given XmlReader as a Guid

public:
[System::Runtime::CompilerServices::Extension]
 static Guid GetGuidAttribute(System::Xml::XmlReader ^ reader, System::String ^ attributeName);
public static Guid GetGuidAttribute (this System.Xml.XmlReader reader, string attributeName);
static member GetGuidAttribute : System.Xml.XmlReader * string -> Guid
<Extension()>
Public Function GetGuidAttribute (reader As XmlReader, attributeName As String) As Guid

Parameters

reader
XmlReader
attributeName
String

Returns

Applies to