ContextValue<T> Constructor

Definition

This class supports My in Visual Basic.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Remarks

This class supports My in Visual Basic. It is not intended to be used directly from your code.

This class stores an object in a context appropriate for the run time environment. The value of the Value property is initialized to Nothing.

Applies to

See also