UnknownMemberBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the behaviors of the unknown member.
public enum UnknownMemberBehavior
type UnknownMemberBehavior =
Public Enum UnknownMemberBehavior
- Inheritance
-
UnknownMemberBehavior
Fields
Name | Value | Description |
---|---|---|
Visible | 0 | The unknown member exists and is displayed. |
1 | The unknown member exists but is not displayed. |
|
None | 2 | The unknown member does not exist. |
AutomaticNull | 3 | The unknown member has an automatic null value. |