StartupObjectAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StartupObjectAttribute() |
This API supports the product infrastructure and is not intended to be used directly from your code. |
StartupObjectAttribute(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
StartupObjectAttribute()
public:
StartupObjectAttribute();
public StartupObjectAttribute ();
Public Sub New ()
Applies to
StartupObjectAttribute(Int32)
public:
StartupObjectAttribute(int startupIndex);
public StartupObjectAttribute (int startupIndex);
new Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute : int -> Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute
Public Sub New (startupIndex As Integer)
Parameters
- startupIndex
- Int32