将指定的字符串值转换为TaxonomyFieldValue对象。
命名空间: Microsoft.SharePoint.Client.Taxonomy
程序集: Microsoft.SharePoint.Client.Taxonomy.Silverlight(位于 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中); Microsoft.SharePoint.Client.Taxonomy.Phone(位于 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中) Microsoft.SharePoint.Client.Taxonomy(位于 Microsoft.SharePoint.Client.Taxonomy.dll 中)
语法
声明
Public Function GetFieldValueAsTaxonomyFieldValue ( _
value As String _
) As ClientResult(Of TaxonomyFieldValue)
用法
Dim instance As TaxonomyField
Dim value As String
Dim returnValue As ClientResult(Of TaxonomyFieldValue)
returnValue = instance.GetFieldValueAsTaxonomyFieldValue(value)
public ClientResult<TaxonomyFieldValue> GetFieldValueAsTaxonomyFieldValue(
string value
)
参数
value
类型:System.String一个包含标识符、 标签和路径信息将转换为 TaxonomyFieldValue 格式化的字符串。
返回值
类型:Microsoft.SharePoint.Client.ClientResult<TaxonomyFieldValue>
TaxonomyFieldValue 对象。