IAttachedCollectionSourceProvider2.GetItemsForPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.