次の方法で共有


Extension.LocalizedName プロパティ

ユーザー インターフェイス上に表示するためのローカライズされた名前を取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property LocalizedName As String 
    Get 
    Set
'使用
Dim instance As Extension 
Dim value As String 

value = instance.LocalizedName

instance.LocalizedName = value
public string LocalizedName { get; set; }
public:
property String^ LocalizedName {
    String^ get ();
    void set (String^ value);
}
member LocalizedName : string with get, set
function get LocalizedName () : String 
function set LocalizedName (value : String)

プロパティ値

型: System.String
拡張機能のローカライズされた名前を表す String です。読み取り専用です。

説明

LocalizedName プロパティの値は、拡張機能の IExtension.LocalizedName プロパティから取得されます。 T:Microsoft.ReportingServices.Interfaces.IExtension インターフェイスとそのプロパティの詳細については、「Microsoft.ReportingServices.Interfaces.IExtension インターフェイス」を参照してください。

関連項目

参照

Extension クラス

ReportService2010 名前空間