Describes how null content is supported.

C# | Visual Basic | Visual C++ |
public enum NullContentSupport
Public Enumeration NullContentSupport
public enum class NullContentSupport

Member | Description |
---|---|
None |
Transitioning to or from null is not supported.
|
Old |
Transitioning from null to non-null is supported.
|
New |
Transitioning from non-null to null is supported.
|
Both |
Transitioning to or from null are both supported.
|

[Missing <remarks> documentation for T:Transitionals.NullContentSupport]