HelpKeyword(String, Nullable<Int32>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- keyword
- String