AssemblyCultureAttribute(String) コンストラクター

定義

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

public:
 AssemblyCultureAttribute(System::String ^ culture);
public AssemblyCultureAttribute (string culture);
new System.Reflection.AssemblyCultureAttribute : string -> System.Reflection.AssemblyCultureAttribute
Public Sub New (culture As String)

パラメーター

culture
String

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

注釈

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

適用対象