ExtensionMethods.GetGuidAttribute(XmlReader, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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