Compartilhar via


Interface UCOMIPersistFile

 

Dica

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

Observação: Esta API agora está obsoleta.

Use System.Runtime.InteropServices.ComTypes.IPersistFile em seu lugar.

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

Sintaxe

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("0000010b-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIPersistFile
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("0000010b-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIPersistFile
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("0000010b-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIPersistFile = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("0000010b-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIPersistFile

Métodos

Nome Descrição
System_CAPS_pubmethod GetClassID(Guid)

Recupera o CLSID (identificador de classe) de um objeto.

System_CAPS_pubmethod GetCurFile(String)

Recupera o caminho absoluto para o arquivo de trabalho atual do objeto ou, se não houver um arquivo de trabalho atual, o prompt de nome de arquivo padrão do objeto.

System_CAPS_pubmethod IsDirty()

Verifica se há alterações no objeto desde que foi salvo no arquivo atual.

System_CAPS_pubmethod Load(String, Int32)

Abre o arquivo especificado e inicializa um objeto do conteúdo do arquivo.

System_CAPS_pubmethod Save(String, Boolean)

Salva uma cópia do objeto no arquivo especificado.

System_CAPS_pubmethod SaveCompleted(String)

Notifica o objeto de que ele pode gravar no seu arquivo.

Comentários

Para obter mais informações, consulte a documentação existente para IPersistFile e IPersist na subpasta da biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início