Xceed Grid for WinForms v4.3 Documentation
XMLSSAttribute Constructor(String,String,String,String)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > XMLSSAttribute Class > XMLSSAttribute Constructor : XMLSSAttribute Constructor(String,String,String,String)
A string representing the XMLSS prefix.
A string representing the localName.
A string representing the namespace.
A string representing the value.
Initializes a new instance of the XMLSSAttribute class using the specified XMLSS prefix, localName, namespace and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal prefix As String, _
   ByVal localName As String, _
   ByVal nameSpace As String, _
   ByVal value As String _
)
'Usage
 
Dim prefix As String
Dim localName As String
Dim nameSpace As String
Dim value As String
 
Dim instance As New XMLSSAttribute(prefix, localName, nameSpace, value)
public XMLSSAttribute( 
   string prefix,
   string localName,
   string nameSpace,
   string value
)

Parameters

prefix
A string representing the XMLSS prefix.
localName
A string representing the localName.
nameSpace
A string representing the namespace.
value
A string representing the value.
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

XMLSSAttribute Class
XMLSSAttribute Members
Overload List