AppInfoNode 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.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class AppInfoNode _
Inherits MarshalByRefObject
'Usage
Dim instance As AppInfoNode
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class AppInfoNode : MarshalByRefObject
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.VisualStudio.Tools.Applications.Runtime.AppInfoNode
Microsoft.VisualStudio.Tools.Applications.Runtime.CachedData
Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataHostItem
Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataItem
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.