ModelComponent.Submit 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.
Overloads
Submit(Boolean) |
Submits a ModelComponent object. |
Submit() |
Submits a ModelComponent object. |
Submit(Boolean)
Submits a ModelComponent object.
public virtual void Submit (bool submitPermanently);
abstract member Submit : bool -> unit
override this.Submit : bool -> unit
Public Overridable Sub Submit (submitPermanently As Boolean)
Parameters
- submitPermanently
- Boolean
true to submit permanently; otherwise, false.
Remarks
For internal use.
Applies to
Submit()
Submits a ModelComponent object.
public virtual void Submit ();
abstract member Submit : unit -> unit
override this.Submit : unit -> unit
Public Overridable Sub Submit ()
Remarks
For internal use.