IVsInfoBarActionItem.ActionContext 属性

定义

获取与超链接关联的用户提供的上下文。 此上下文数据可用于在单击超链接时进行标识。

public:
 property System::Object ^ ActionContext { System::Object ^ get(); };
public:
 property Platform::Object ^ ActionContext { Platform::Object ^ get(); };
public object ActionContext { get; }
member this.ActionContext : obj
Public ReadOnly Property ActionContext As Object

属性值

Object

与超链接关联的用户提供的上下文。

适用于