Extension 构造函数

Initializes a new instance of the Extension 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, _
    localizedName As String, _
    visible As Boolean _
)
用法
Dim name As String
Dim localizedName As String
Dim visible As Boolean

Dim instance As New Extension(name, localizedName, _
    visible)
public Extension(
    string name,
    string localizedName,
    bool visible
)
public:
Extension(
    String^ name, 
    String^ localizedName, 
    bool visible
)
new : 
        name:string * 
        localizedName:string * 
        visible:bool -> Extension
public function Extension(
    name : String, 
    localizedName : String, 
    visible : boolean
)

参数

  • localizedName
    类型:System. . :: . .String
    The localized name of the extension to be used for display purposes in a user interface.

注释

You should not create a new instance of the Extension class.