OfficeOleAppInfoDocument クラス (2007 System)
更新 : 2007 年 11 月
この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間 : Microsoft.Office.Tools
アセンブリ : Microsoft.VisualStudio.Tools.Office.AppInfoDocument.v9.0 (Microsoft.VisualStudio.Tools.Office.AppInfoDocument.v9.0.dll 内)
構文
'宣言
<AddInAttribute("OfficeOleAppInfoDocument", Description := "doc;dot;xls;xlt")> _
<PermissionSetAttribute(SecurityAction.Demand, Unrestricted := True)> _
Public NotInheritable Class OfficeOleAppInfoDocument _
Implements IAppInfoDocument, IAppInfo, IDisposable
'使用
Dim instance As OfficeOleAppInfoDocument
[AddInAttribute("OfficeOleAppInfoDocument", Description = "doc;dot;xls;xlt")]
[PermissionSetAttribute(SecurityAction.Demand, Unrestricted = true)]
public sealed class OfficeOleAppInfoDocument : IAppInfoDocument,
IAppInfo, IDisposable
継承階層
System.Object
Microsoft.Office.Tools.OfficeOleAppInfoDocument
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。