Compartment.UpdateSize 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.
When overriden in a derived class, this method changes the size of the compartment based on its internal data.
public:
virtual void UpdateSize();
public virtual void UpdateSize ();
abstract member UpdateSize : unit -> unit
override this.UpdateSize : unit -> unit
Public Overridable Sub UpdateSize ()