共用方式為


IHelpService.AddContextAttribute(String, String, HelpKeywordType) 方法

定義

加入內容屬性至文件。

public:
 void AddContextAttribute(System::String ^ name, System::String ^ value, System::ComponentModel::Design::HelpKeywordType keywordType);
public void AddContextAttribute (string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType);
abstract member AddContextAttribute : string * string * System.ComponentModel.Design.HelpKeywordType -> unit
Public Sub AddContextAttribute (name As String, value As String, keywordType As HelpKeywordType)

參數

name
String

要加入的屬性名稱。

value
String

屬性的值。

keywordType
HelpKeywordType

關鍵字的型別,來自列舉型別 HelpKeywordType

備註

內容屬性可用來提供內容相關說明給使用者。 設計工具主機會自動從特定元件和屬性上的可用說明屬性新增內容屬性。 這個方法可讓您進一步自定義內容相關說明。

適用於

另請參閱