Aracılığıyla paylaş


StartupObjectAttribute Constructors

Definition

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

Applies to