Compartilhar via


Método UCOMIMoniker.IsDirty ()

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Verifica se há alterações no objeto desde que foi salvo pela última vez.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

int IsDirty()
int IsDirty()
abstract IsDirty : unit -> int
Function IsDirty As Integer

Valor Retornado

Type: System.Int32

Um valor S_OKHRESULT se o objeto tiver sido alterado; caso contrário, um valor S_FALSEHRESULT.

Comentários

Para obter mais informações sobre IPersistStream::IsDirty, consulte a Biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIMoniker
Namespace System.Runtime.InteropServices

Retornar ao início