Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Stores data that is needed to serialize and deserialize an object.
The SPKeyValuePairSerializationInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddValue | Adds the specified value to the SPKeyValuePairSerializationInfo store, where it is associated with a specified name. Associating the value with a name makes it possible to deserialize the value at a later time. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRawValue | Returns the value that is paired with the specified name. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue<T>(String, T) | Retrieves a value from the SPKeyValuePairSerializationInfo store based on the specified type and name. |
![]() |
TryGetValue<T>(String, T, T) | Retrieves a value from the SPKeyValuePairSerializationInfo store based on the specified type and name. This method returns a specified default value if a name cannot be located in the store. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable<KeyValuePair<String, Object>>.GetEnumerator | Returns an enumerator that can be used to iterate through the key/value pairs in the collection. |
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that can be used to iterate through the key/value pairs in the collection. |
Top