IVsRunningDocumentTable4.NotifyDocumentChangedEx(UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当对文档进行更改时通知客户端。
public:
void NotifyDocumentChangedEx(System::UInt32 cookie, System::UInt32 attributes);
public:
void NotifyDocumentChangedEx(unsigned int cookie, unsigned int attributes);
void NotifyDocumentChangedEx(unsigned int cookie, unsigned int attributes);
public void NotifyDocumentChangedEx (uint cookie, uint attributes);
abstract member NotifyDocumentChangedEx : uint32 * uint32 -> unit
Public Sub NotifyDocumentChangedEx (cookie As UInteger, attributes As UInteger)
参数
- cookie
- UInt32
中已更改的文档。
- attributes
- UInt32
中文档的新属性。