Compartilhar via


Método UCOMIMoniker.Save (UCOMIStream, Boolean)

 

Dica

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

Salva um objeto no fluxo especificado.

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

Sintaxe

void Save(
    UCOMIStream pStm,
    bool fClearDirty
)
void Save(
    UCOMIStream^ pStm,
    bool fClearDirty
)
abstract Save : 
        pStm:UCOMIStream *
        fClearDirty:bool -> unit
Sub Save (
    pStm As UCOMIStream,
    fClearDirty As Boolean
)

Parâmetros

  • fClearDirty
    Type: System.Boolean

    Indica se é necessário limpar o sinalizador modificado após a conclusão do salvamento.

Comentários

Para obter mais informações sobre IPersistStream::Save, 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