Click or drag to resize
GlobalValues Methods

The GlobalValues type exposes the following members.

Methods
  Name Description
Public method AddGroup(String, Boolean)
Adds a global value group.
Public method AddGroup(String, Boolean, DictionaryString, String, Int32)
Adds a global value group.
Public method AddValue
Adds a group value.
Public method DeleteGroup
Deletes a global value group and its values.
Public method DeleteValue
Deletes a group value.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method RenameGroup
Renames a global value group name.
Public method RenameValueName
Renames a group value's name.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateGroup
Updates a global value group.
Public method UpdateValue
Updates a group value's content.
Top
See Also