IVsRunningDocumentTable4.IsDocumentDirty(UInt32) 方法

定义

指示文档自上次保存后是否已更改。

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

中要检查的文档。

返回

Boolean

true 如果文档已更改,或者 false 文档自上次保存以来未更改,则为。

实现

适用于