ExtensionMethods::GetIntAttribute Method (XmlReader^, String^, Int32)

Visual Studio 2015
 

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

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

Parameters

reader
Type: System.Xml::XmlReader^

attributeName
Type: System::String^

defaultValue
Type: System::Int32

Return Value

Type: System::Int32

Return to top
Show: