ComponentState.GetComponentKey Method
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.
Gets the component key for this component instance. This is used for state persistence and component identification across render modes.
protected internal virtual object? GetComponentKey();
abstract member GetComponentKey : unit -> obj
override this.GetComponentKey : unit -> obj
Protected Friend Overridable Function GetComponentKey () As Object
Returns
The component key, or null if no key is available.