FDO API Reference Feature Data Objects

DictionaryElement Class Reference

List of all members.

Detailed Description

DictionaryElement is an element in a DictionaryElementCollection. It consists of a name-value pair.


Public Member Functions

 DictionaryElement (System::IntPtr unmanaged, System::Boolean autoDelete)
 DictionaryElement (System::String *name, System::String *value)
__property System::Boolean get_CanSetName ()
 Indicates that this object does not allow its name to change. Not allowing name change allows more efficient random access to FdoDictionary.
__property String * get_Name ()
 Gets the name of this element.
__property System::String * get_Value ()
 Gets the value of this dictionary element.
__property System::Void set_Value (String *value)
 Sets the value of this dictionary element.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.