다음을 통해 공유


SPKeyValuePairSerializationInfo.TryGetValue method

Retrieves a value from the SPKeyValuePairSerializationInfo store according to the provided parameters of name, value, and default value.

Overload list

  Name Description
Public method TryGetValue<T>(String, T) Retrieves a value from the SPKeyValuePairSerializationInfo store based on the specified type and name.
Public method 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

See also

Reference

SPKeyValuePairSerializationInfo class

SPKeyValuePairSerializationInfo members

Microsoft.SharePoint.Utilities namespace