SceneTransitionService.SetProgressMessage(String) 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.
Sets the message on displayed progress indicator. If no progress indicator exists, has no effect.
public:
virtual void SetProgressMessage(System::String ^ message);
public void SetProgressMessage (string message);
abstract member SetProgressMessage : string -> unit
override this.SetProgressMessage : string -> unit
Public Sub SetProgressMessage (message As String)
Parameters
- message
- String