Xceed Grid for WinForms v4.3 Documentation
Item(String,String) Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttributeCollection Class > Item Property : Item(String,String) Property
The prefix of the XMLSSAttribute used to match.
The localName of the XMLSSAttribute used to match
Gets the XMLSSAttribute with the specified prefix and localName.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal prefix As String, _
   ByVal localName As String _
) As XMLSSAttribute
'Usage
 
Dim instance As XMLSSAttributeCollection
Dim prefix As String
Dim localName As String
Dim value As XMLSSAttribute
 
value = instance.Item(prefix, localName)
public XMLSSAttribute Item( 
   string prefix,
   string localName
) {get;}

Parameters

prefix
The prefix of the XMLSSAttribute used to match.
localName
The localName of the XMLSSAttribute used to match

Property Value

A reference to the XMLSSAttribute object matching the specified prefix and localName.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XMLSSAttributeCollection Class
XMLSSAttributeCollection Members
Overload List