SPKeyValuePairSerializationInfo.GetRawValue 方法
返回与指定的名称成对出现的值。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetRawValue ( _
name As String _
) As Object
用法
Dim instance As SPKeyValuePairSerializationInfo
Dim name As String
Dim returnValue As Object
returnValue = instance.GetRawValue(name)
public Object GetRawValue(
string name
)
参数
name
类型:System.String与要检索的值关联的名称。
返回值
类型:System.Object
名称相对应的值。
另请参阅
引用
SPKeyValuePairSerializationInfo 类