次の方法で共有


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

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

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

構文

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String 

Dim instance As New LocalizedNameAttribute(name)
public LocalizedNameAttribute(
    string name
)
public:
LocalizedNameAttribute(
    String^ name
)
new : 
        name:string -> LocalizedNameAttribute
public function LocalizedNameAttribute(
    name : String
)

パラメーター

  • name
    型: System.String
    拡張機能の名前です。 どのローカライズを返すかを決定するキーとして使用されます。

関連項目

参照

LocalizedNameAttribute クラス

LocalizedNameAttribute オーバーロード

Microsoft.ReportingServices.Interfaces 名前空間