【问题标题】:List of internet explorer properties in propertyChange eventpropertyChange 事件中的 Internet Explorer 属性列表
【发布时间】:2015-05-23 20:45:15
【问题描述】:

有谁知道我在哪里可以找到有关在 propertyChange 事件触发时传递的属性字符串的含义的信息? (https://msdn.microsoft.com/en-us/library/aa768348%28v=vs.85%29.aspx)

如:265b75c1-4158-11d0-90f6-00c04fd497ea

那是什么类型的财产?

【问题讨论】:

    标签: internet-explorer com


    【解决方案1】:

    我今天试图对此进行一些研究,但也找不到任何东西。但是,我怀疑这些属性到底有多大用处。

    在 Windows 8.1 更新 (IE11) 上为我触发的两个主要事件是:

    {265b75c1-4158-11d0-90f6-00c04fd497ea} 
    - GetProperty always retrieves an I4 that is 0
    
    {D0FCA420-D3F5-11CF-B211-00AA004AE837} 
    - GetProperty always retrieves an IUnknown (variant type 13).
    

    所以有趣的是 IUnknown,但您必须玩 QueryInterface 猜谜游戏才能了解它支持哪些接口。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-05-01
      • 2013-02-26
      • 1970-01-01
      • 1970-01-01
      • 2012-07-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多