PropertyPage.GetPageInfo(String, Int32) 方法

定义

返回有关自定义属性页的帮助信息。

public:
 void GetPageInfo([Runtime::InteropServices::Out] System::String ^ % HelpFile, [Runtime::InteropServices::Out] int % HelpContext);
public void GetPageInfo (out string HelpFile, out int HelpContext);
Public Sub GetPageInfo (ByRef HelpFile As String, ByRef HelpContext As Integer)

参数

HelpFile
String

指定与属性页相关的帮助文件。

HelpContext
Int32

指定与属性页相关的帮助主题的上下文 ID。

适用于