Xceed Grid for WinForms v4.3 Documentation
Contains(String,String) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttributeCollection Class > Contains Method : Contains(String,String) Method
The prefix of the XMLSSAttribute used to match.
The localName of the XMLSSAttribute used to match
Retrieves a boolean value indicating whether a specific XMLSSAttribute object exists in the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal prefix As String, _
   ByVal localName As String _
) As Boolean
'Usage
 
Dim instance As XMLSSAttributeCollection
Dim prefix As String
Dim localName As String
Dim value As Boolean
 
value = instance.Contains(prefix, localName)
public bool Contains( 
   string prefix,
   string localName
)

Parameters

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

Return Value

true if the XMLSSAttribute object exists in the collection; false otherwise.
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