BindingState 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.
public enum class BindingState
[System.Serializable]
public enum BindingState
type BindingState =
Public Enum BindingState
- Inheritance
-
BindingState
- Attributes
Fields
| FullyBound | 4 | |
| NoBindings | 1 | |
| PartiallyBound | 3 | |
| Unbound | 2 | |
| Unknown | 0 |