IVsRunningDocumentTable4.IsDocumentDirty(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示文档自上次保存后是否已更改。
public:
bool IsDocumentDirty(System::UInt32 cookie);
public:
bool IsDocumentDirty(unsigned int cookie);
bool IsDocumentDirty(unsigned int cookie);
public bool IsDocumentDirty (uint cookie);
abstract member IsDocumentDirty : uint32 -> bool
Public Function IsDocumentDirty (cookie As UInteger) As Boolean
参数
- cookie
- UInt32
中要检查的文档。
返回
true 如果文档已更改,或者 false 文档自上次保存以来未更改,则为。