IAttributeCollection

Defines a collection of attributes.

Declaration Syntax

public interface IAttributeCollection

Table 1881: Members

Property

Item

Gets or sets the value of the attribute identified by its name.

Property

Keys

Gets the list of attribute names.

Method

Contains(string)

Checks if the collection contains the attribute identified by its name.

Method

GetStringValue(string)

Returns the string value of the attribute identified by its name.

Method

GetValue(string)

Returns the value of the attribute identified by its name.

Method

GetValue(string, object)

Returns the value of the attribute identified by its name.

Method

Remove(string)

Removes the attribute identified by its name.

Method

SetValue(string, object)

Sets the value of an attribute identified by its name.