次の方法で共有


Extension.LocalizedName プロパティ

ユーザー インターフェイスで表示目的に使用される拡張機能のローカライズされた名前を取得します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

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

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

プロパティ値

型: System.String
拡張機能のローカライズされた名前です。

関連項目

参照

Extension クラス

Microsoft.ReportingServices.Interfaces 名前空間