次の方法で共有


ContextState Constructors

Definition

Overloads

ContextState()

Initializes a new instance of the ContextState class.

ContextState(Context)

Initializes a new instance of the ContextState class.

ContextState()

Initializes a new instance of the ContextState class.

public:
 ContextState();
public ContextState ();
Public Sub New ()

Applies to

ContextState(Context)

Initializes a new instance of the ContextState class.

public:
 ContextState(Microsoft::Uii::Csr::Context ^ context);
public ContextState (Microsoft.Uii.Csr.Context context);
new Microsoft.Uii.Csr.ContextState : Microsoft.Uii.Csr.Context -> Microsoft.Uii.Csr.ContextState
Public Sub New (context As Context)

Parameters

context
Context

Specifies the context object

Applies to