Aracılığıyla paylaş


StartMode Enum

Definition

Enumerates the operation that caused deployment to happen.

public enum class StartMode
public enum StartMode
type StartMode = 
Public Enum StartMode
Inheritance
StartMode

Fields

Debug 1

The start mode is Debug.

Deploy 0

The start mode is Deploy.

Run 2

The start mode is Run.

Applies to