FilesLocator.GetFilePath(String, IEnumerable<String>) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
virtual System::String ^ GetFilePath(System::String ^ fileName, System::Collections::Generic::IEnumerable<System::String ^> ^ searchPaths);
public string GetFilePath(string fileName, System.Collections.Generic.IEnumerable<string> searchPaths);
abstract member GetFilePath : string * seq<string> -> string
override this.GetFilePath : string * seq<string> -> string
Public Function GetFilePath (fileName As String, searchPaths As IEnumerable(Of String)) As String
Parametry
- fileName
- String
- searchPaths
- IEnumerable<String>