WordAppInfoDocument Class (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class WordAppInfoDocument _
    Inherits OfficeAppInfoDocument
'Usage
Dim instance As WordAppInfoDocument
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class WordAppInfoDocument : OfficeAppInfoDocument

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.OfficeAppInfoDocument
    Microsoft.Office.Tools.WordAppInfoDocument

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WordAppInfoDocument Members

Microsoft.Office.Tools Namespace