IVsFontAndColorEvents.OnApply 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当用户在 "选项" 对话框中单击 "字体和颜色" 属性页上的 "确定" 或 "应用" 按钮时,由环境调用。
public:
int OnApply();
public:
int OnApply();
int OnApply();
public int OnApply ();
abstract member OnApply : unit -> int
Public Function OnApply () As Integer