Term.GetAllLabels メソッド
指定されたlcidパラメーターのすべてのLabelオブジェクトを取得します。
名前空間: 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 GetAllLabels ( _
lcid As Integer _
) As LabelCollection
'使用
Dim instance As Term
Dim lcid As Integer
Dim returnValue As LabelCollection
returnValue = instance.GetAllLabels(lcid)
public LabelCollection GetAllLabels(
int lcid
)
パラメーター
lcid
型: System.Int32LCID Labelオブジェクトに関連付けられています。
戻り値
型: Microsoft.SharePoint.Client.Taxonomy.LabelCollection
指定したlcidパラメーターの場合は、このTermオブジェクトのLabelCollectionします。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | lcidが正しくありません。 |
注釈
指定したlcidのLabelオブジェクトがある場合、既定Labelは既定以外のラベルが続く、 LabelCollectionオブジェクトに最初に追加します。