Word.Interfaces.CoauthoringLockCollectionLoadOptions interface
Word ドキュメント内の共同編集ロックのコレクションを表します。
注釈
この API は、レガシ共同編集ロックでのみ機能します。 ロック管理がサービスによって自動的に処理される最新の OneDrive や SharePoint の共同編集には適用されません。 モダン ドキュメントの呼び出しは、 GeneralException エラーで失敗します。
使用元
プロパティ
| $all | 読み込みオプションに |
| owner | For each ITEM in the collection: ロックの所有者を取得します。 |
| range | For each ITEM in the collection: |
| type | For each ITEM in the collection: ロックの種類を表す |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
owner
For each ITEM in the collection: ロックの所有者を取得します。
owner?: Word.Interfaces.CoauthorLoadOptions;
プロパティ値
注釈
range
For each ITEM in the collection: CoauthoringLock オブジェクトに含まれるドキュメントの部分を表すRange オブジェクトを取得します。
range?: Word.Interfaces.RangeLoadOptions;
プロパティ値
注釈
type
For each ITEM in the collection: ロックの種類を表す CoauthoringLockType 値を取得します。
type?: boolean;
プロパティ値
boolean