ScriptReferenceBase.ResourceUICultures Proprietà

Definizione

Ottiene o imposta un elenco delimitato da virgole delle impostazioni cultura dell'interfaccia utente supportate dalla proprietà Path.

public:
 property cli::array <System::String ^> ^ ResourceUICultures { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter))]
public string[] ResourceUICultures { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter))>]
member this.ResourceUICultures : string[] with get, set
Public Property ResourceUICultures As String()

Valore della proprietà

String[]

Stringa che contiene un elenco delimitato da virgole di impostazioni cultura dell'interfaccia utente.

Attributi

Si applica a