Term.GetPath 方法
取得目前Term中指定的lcid的路徑。
命名空間: 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 GetPath ( _
lcid As Integer _
) As ClientResult(Of String)
'用途
Dim instance As Term
Dim lcid As Integer
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetPath(lcid)
public ClientResult<string> GetPath(
int lcid
)
參數
lcid
類型:System.Int32預設Label物件 LCID
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<String>
Term路徑。
備註
路徑由預設Label物件的物件上階Term ,以分隔所組成 ︰ ;。
如果lcid不是有效的TermStore語言,則會使用預設的語言。