In This Topic
For internal use.
Syntax
'Declaration
Protected Sub ReadSizeAttribute( _
ByVal As System.Xml.XmlAttributeCollection, _
ByVal As System.String, _
ByRef As System.Boolean, _
ByRef As SizeType, _
ByRef As System.Integer _
)
protected void ReadSizeAttribute(
System.Xml.XmlAttributeCollection ,
System.string ,
ref System.bool ,
ref SizeType ,
ref System.int
)
Parameters
- attrs
- attrName
- useSize
- sizeType
- sizeValue
See Also