IAttachedCollectionSourceProvider2.GetItemsForPath(String) Method

Definition

Retrieves all the items owned by this provider that represent the document at the specified file path.

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

Parameters

filePath
String

File path to match.

Returns

Object[]

Array of items.

Applies to