Construtor LocalizedNameAttribute (String)
Initializes a new instance of the LocalizedNameAttribute class.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String _
)
'Uso
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
)
Parâmetros
- name
Tipo: System. . :: . .String
The name of the extension. Used as the key to determine which localization to return.
Consulte também