UCOMIPersistFile インターフェイス

定義

注意事項

Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202

注意事項

この API は非推奨になりました。

代わりに、IPersistFile を使用してください。

public interface class UCOMIPersistFile
[System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIPersistFile
[System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIPersistFile
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("0000010b-0000-0000-c000-000000000046")]
public interface UCOMIPersistFile
[<System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIPersistFile = interface
[<System.Runtime.InteropServices.Guid("0000010b-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIPersistFile = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("0000010b-0000-0000-c000-000000000046")>]
type UCOMIPersistFile = interface
Public Interface UCOMIPersistFile
属性

注釈

詳細については、 IPersistFile IPersist MSDN ライブラリの com サブフォルダーにあるおよびの既存のドキュメントを参照してください。

メソッド

GetClassID(Guid)

オブジェクトのクラス ID (CLSID: Class Identifier) を取得します。

GetCurFile(String)

オブジェクトの現在の作業ファイルへの絶対パスを取得します。または、現在作業ファイルがない場合は、オブジェクトの既定のファイル名プロンプトを取得します。

IsDirty()

現在のファイルを最後に保存した時点からオブジェクトが変更されたかどうかを確認します。

Load(String, Int32)

指定したファイルを開き、ファイルに含まれているオブジェクトを初期化します。

Save(String, Boolean)

指定したファイルにオブジェクトのコピーを保存します。

SaveCompleted(String)

ファイルに書き込むことができることをオブジェクトに通知します。

適用対象