Hyperlink.ExtraInfoRequired 属性

定义

如此 如果需要额外的信息来解析指定的超链接。

public:
 property bool ExtraInfoRequired { bool get(); };
public bool ExtraInfoRequired { get; }
member this.ExtraInfoRequired : bool
Public ReadOnly Property ExtraInfoRequired As Boolean

属性值

注解

可以通过将 参数与 或 FollowHyperlink(Object, Object, Object, Object, Object, Object, Object) 方法一ExtraInfo起使用Follow(Object, Object, Object, Object, Object)来指定额外信息。 例如,可以使用 ExtraInfo 指定图像映射的坐标、窗体的内容或 FAT 文件名。

适用于