StartupObjectAttribute Class (2007 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.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class StartupObjectAttribute _
Inherits Attribute
'Usage
Dim instance As StartupObjectAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class StartupObjectAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class StartupObjectAttribute sealed : public Attribute
public final class StartupObjectAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute
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.