次の方法で共有


IAttachedCollectionSourceProvider2.GetItemsForPath(String) メソッド

定義

指定したファイル パスにあるドキュメントを表す、このプロバイダーが所有するすべてのアイテムを取得します。

public object[] GetItemsForPath (string filePath);
abstract member GetItemsForPath : string -> obj[]
Public Function GetItemsForPath (filePath As String) As Object()

パラメーター

filePath
String

一致するファイル パス。

戻り値

Object[]

項目の配列。

適用対象