次の方法で共有


Term.MergedTermIds プロパティ

用語の Id の読み取り専用のコレクションを取得します。これらの Id で示されたTermオブジェクトは、現在の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 ReadOnly Property MergedTermIds As IEnumerable(Of Guid)
    Get
'使用
Dim instance As Term
Dim value As IEnumerable(Of Guid)

value = instance.MergedTermIds
public IEnumerable<Guid> MergedTermIds { get; }

プロパティ値

型: System.Collections.Generic.IEnumerable<Guid>
用語の Id の読み取り専用のコレクション

関連項目

参照先

Term クラス

Term メンバー

Microsoft.SharePoint.Client.Taxonomy 名前空間