Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public ReadOnly Property AcceptLanguages As ICollection(Of CultureInfo)
public ICollection<CultureInfo> AcceptLanguages { get; }
public:
property ICollection<CultureInfo^>^ AcceptLanguages {
ICollection<CultureInfo^>^ get ();
}
member AcceptLanguages : ICollection<CultureInfo> with get
function get AcceptLanguages () : ICollection<CultureInfo>
Property Value
Type: System.Collections.Generic.ICollection<CultureInfo>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.