Click or drag to resize

StringTable Methods

The StringTable type exposes the following members.

Methods
  NameDescription
Public methodDelete(String)
Public methodDelete(String, String)
Removes user data strings from the document.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEntryNames
Return list of all entry names for a given section of user data strings in the document.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKey
Public methodGetSectionNames
Returns a list of all the section names for user data strings in the document.

By default a section name is a key that is prefixed with a string separated by a backslash.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Int32)
Public methodGetValue(String)
Public methodGetValue(String, String)
Gets a user data string from the document.
Public methodSetString(String, String)
Adds or sets a user data string to the document.
Public methodSetString(String, String, String)
Adds or sets a user data string to the document.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also