IVsInfoBarActionItem.ActionContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与超链接关联的用户提供的上下文。 此上下文数据可用于在单击超链接时进行标识。
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
属性值
与超链接关联的用户提供的上下文。