HelpKeyword(String, Nullable<Int32>) 构造函数

定义

public:
 HelpKeyword(System::String ^ keyword, Nullable<int> topicId);
public HelpKeyword (string keyword, int? topicId);
new Microsoft.ReportDesigner.HelpKeyword : string * Nullable<int> -> Microsoft.ReportDesigner.HelpKeyword
Public Sub New (keyword As String, topicId As Nullable(Of Integer))

参数

keyword
String
topicId
Nullable<Int32>

适用于