UCOMIPersistFile インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202
代わりに、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.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
Public Interface UCOMIPersistFile
- 属性
注釈
詳細については、MSDN ライブラリの com サブフォルダーにある と IPersist
の既存のドキュメントを参照IPersistFile
してください。
メソッド
GetClassID(Guid) |
古い.
オブジェクトのクラス ID (CLSID: Class Identifier) を取得します。 |
GetCurFile(String) |
古い.
オブジェクトの現在の作業ファイルへの絶対パスを取得します。または、現在作業ファイルがない場合は、オブジェクトの既定のファイル名プロンプトを取得します。 |
IsDirty() |
古い.
現在のファイルを最後に保存した時点からオブジェクトが変更されたかどうかを確認します。 |
Load(String, Int32) |
古い.
指定したファイルを開き、ファイルに含まれているオブジェクトを初期化します。 |
Save(String, Boolean) |
古い.
指定したファイルにオブジェクトのコピーを保存します。 |
SaveCompleted(String) |
古い.
ファイルに書き込むことができることをオブジェクトに通知します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET