WordXmlAppInfoDocument 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 WordXmlAppInfoDocument _
    Inherits OfficeAppInfoDocument
'Usage
Dim instance As WordXmlAppInfoDocument
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class WordXmlAppInfoDocument : OfficeAppInfoDocument

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.OfficeAppInfoDocument
    Microsoft.Office.Tools.WordXmlAppInfoDocument

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

WordXmlAppInfoDocument Members

Microsoft.Office.Tools Namespace