Method IsDeclared
IsDeclared(Int32)
Returns the current value of the attribute's "declared" flag.
Declaration
public bool IsDeclared(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
IsDeclared(String, String)
Returns the current value of the attribute's "declared" flag.
Declaration
public bool IsDeclared(string uri, string localName)
Parameters
Type |
Name |
Description |
System.String |
uri |
|
System.String |
localName |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
IsDeclared(String)
Returns the current value of the attribute's "declared" flag.
Declaration
public bool IsDeclared(string qName)
Parameters
Type |
Name |
Description |
System.String |
qName |
|
Returns
Type |
Description |
System.Boolean |
|
Implements