次の方法で共有


SP へTaxonomy.LabelMatchInformation オブジェクト (sp.taxonomy)

ラベルに一致する特定の条件に基づいて、オブジェクトを取得する方法については、入力パラメーターとして使用されます。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Taxonomy.LabelMatchInformation()

メンバー

LabelMatchInformationオブジェクトでは、次のメンバーがあります。

Constructor

LabelMatchInformationオブジェクトでは、次のコンスがあります。

コンストラクター

説明

LabelMatchInformation

Initializes a new instance of a SP へTaxonomy.LabelMatchInformation オブジェクト (sp.taxonomy) object.

メソッド

LabelMatchInformationオブジェクトでは、次の方法があります。

メソッド

説明

newObject

プロパティ

LabelMatchInformationオブジェクトでは、次のプロパティがあります。

プロパティ

説明

defaultLabelOnly

Indicates whether only default labels should be matched against in the search.

excludeKeyword

Indicates whether to exclude Term objects that are in the keyword’s TermSet.

lcid

The language code identifier (LCID) of the Term.labels to be matched.

resultCollectionSize

Indicates the maximum number of objects to include in the returned collection.

stringMatchOption

Indicates whether to search for Term.labels that start with the specified string, or those that have an exact match.

termLabel

The Label of the Term to get.

trimDeprecated

Indicates whether to trim out Term objects that have Term.isDeprecated set to true.

trimUnavailable