次の方法で共有


AssemblyCultureAttribute コンストラクタ

属性を付けるアセンブリがサポートするカルチャを使用して、 AssemblyCultureAttribute クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal culture As String _)
[C#]
public AssemblyCultureAttribute(
   stringculture);
[C++]
public: AssemblyCultureAttribute(
   String* culture);
[JScript]
public function AssemblyCultureAttribute(
   culture : String);

パラメータ

  • culture
    属性付きアセンブリがサポートするカルチャ。

解説

カルチャ名は、RFC1766 名に従います。その形式は、"言語"-"国/地域" です。たとえば、米国の英語は "en-US" です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

AssemblyCultureAttribute クラス | AssemblyCultureAttribute メンバ | System.Reflection 名前空間