共用方式為


LocalizedNameAttribute 建構 (String)

Initializes a new instance of the LocalizedNameAttribute class.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.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
    The name of the extension. Used as the key to determine which localization to return.