ExtensionMethods::GetDoubleAttribute Method (XmlReader^, String^, Double)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static double GetDoubleAttribute(
	XmlReader^ reader,
	String^ attributeName,
	double defaultValue = 0
)

Parameters

reader
Type: System.Xml::XmlReader^

attributeName
Type: System::String^

defaultValue
Type: System::Double

Return Value

Type: System::Double

Return to top
Show: