次の方法で共有


LocalizedNameAttribute.Name プロパティ

拡張機能のローカライズされた名前を取得します。

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

構文

'宣言
Public ReadOnly Property Name As String 
    Get
'使用
Dim instance As LocalizedNameAttribute 
Dim value As String 

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

プロパティ値

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

関連項目

参照

LocalizedNameAttribute クラス

Microsoft.ReportingServices.Interfaces 名前空間