言語

LocalizedNameAttribute コンストラクター

定義

LocalizedNameAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
LocalizedNameAttribute()

LocalizedNameAttribute クラスの新しいインスタンスを初期化します。

LocalizedNameAttribute(String)

LocalizedNameAttribute クラスの新しいインスタンスを初期化します。

LocalizedNameAttribute()

LocalizedNameAttribute クラスの新しいインスタンスを初期化します。

public:
 LocalizedNameAttribute();
public LocalizedNameAttribute();
Public Sub New ()

適用対象

LocalizedNameAttribute(String)

LocalizedNameAttribute クラスの新しいインスタンスを初期化します。

public:
 LocalizedNameAttribute(System::String ^ name);
public LocalizedNameAttribute(string name);
new Microsoft.ReportingServices.Interfaces.LocalizedNameAttribute : string -> Microsoft.ReportingServices.Interfaces.LocalizedNameAttribute
Public Sub New (name As String)

パラメーター

name
String

拡張機能の名前。 どのローカライズを返すべきかを判定するためのキーとして使われます。

適用対象