Term.GetDescription 方法
在 [LCID 取得Term的描述。
命名空間: 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 GetDescription ( _
lcid As Integer _
) As ClientResult(Of String)
'用途
Dim instance As Term
Dim lcid As Integer
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDescription(lcid)
public ClientResult<string> GetDescription(
int lcid
)
參數
lcid
類型:System.Int32LCID 的描述
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<String>
Term lcid參數,或如果Term有沒有 LCID 描述空字串的描述。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentOutOfRangeException | LCID 不正確。 |