[This is preliminary documentation and is subject to change.]
Returns all configuration file formats (file extensions without '.') supported
by ProviderLoadFromFile/ProviderLoadFromAnySupportedFormatFile/ProviderLoadFromString
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<string> AllSupportedFormats { get; }public static IEnumerable<string> AllSupportedFormats { get; }Public Shared ReadOnly Property AllSupportedFormats As IEnumerable(Of String)
Get
Public Shared ReadOnly Property AllSupportedFormats As IEnumerable(Of String)
Get
public:
static property IEnumerable<String^>^ AllSupportedFormats {
IEnumerable<String^>^ get ();
}public:
static property IEnumerable<String^>^ AllSupportedFormats {
IEnumerable<String^>^ get ();
}static member AllSupportedFormats : IEnumerable<string> with get
static member AllSupportedFormats : IEnumerable<string> with get
Property Value
Type:
IEnumerable
String