NSBundle.GetUrlsForResourcesWithExtension 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.
Overloads
GetUrlsForResourcesWithExtension(String, String) | |
GetUrlsForResourcesWithExtension(String, String, NSUrl) | |
GetUrlsForResourcesWithExtension(String, String, String) |
GetUrlsForResourcesWithExtension(String, String)
[Foundation.Export("URLsForResourcesWithExtension:subdirectory:")]
public virtual Foundation.NSUrl[] GetUrlsForResourcesWithExtension (string fileExtension, string subdirectory);
abstract member GetUrlsForResourcesWithExtension : string * string -> Foundation.NSUrl[]
override this.GetUrlsForResourcesWithExtension : string * string -> Foundation.NSUrl[]
Parameters
- fileExtension
- String
Returns
NSUrl[]
- Attributes
Applies to
GetUrlsForResourcesWithExtension(String, String, NSUrl)
[Foundation.Export("URLsForResourcesWithExtension:subdirectory:inBundleWithURL:")]
public static Foundation.NSUrl[] GetUrlsForResourcesWithExtension (string fileExtension, string subdirectory, Foundation.NSUrl bundleURL);
static member GetUrlsForResourcesWithExtension : string * string * Foundation.NSUrl -> Foundation.NSUrl[]
Parameters
- fileExtension
- String
- bundleURL
- NSUrl
Returns
NSUrl[]
- Attributes
Applies to
GetUrlsForResourcesWithExtension(String, String, String)
[Foundation.Export("URLsForResourcesWithExtension:subdirectory:localization:")]
public virtual Foundation.NSUrl[] GetUrlsForResourcesWithExtension (string fileExtension, string subdirectory, string localizationName);
abstract member GetUrlsForResourcesWithExtension : string * string * string -> Foundation.NSUrl[]
override this.GetUrlsForResourcesWithExtension : string * string * string -> Foundation.NSUrl[]
Parameters
- fileExtension
- String
Returns
NSUrl[]
- Attributes