IAttachedCollectionSourceProvider2.GetItemsForPath(String) 메서드

정의

지정된 파일 경로에서 문서를 나타내는 이 공급자가 소유한 모든 항목을 검색합니다.

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

매개 변수

filePath
String

일치시킬 파일 경로입니다.

반환

Object[]

항목의 배열입니다.

적용 대상