ConfigureServiceOptions Class

Definition

The options that control the behavior when configuring a connected service in a project.

public ref class ConfigureServiceOptions
[Windows::Foundation::Metadata::WebHostHidden]
class ConfigureServiceOptions
public class ConfigureServiceOptions
type ConfigureServiceOptions = class
Public Class ConfigureServiceOptions
Inheritance
ConfigureServiceOptions

Constructors

ConfigureServiceOptions()

Initializes a new instance of the ConfigureServiceOptions class.

Properties

Args

Gets a property bag that can be used to pass custom parameters to the connected service provider and handler.

SuppressLaunchingGettingStarted

Gets or sets a value indicating whether to suppress launching the Getting Started document after the connected service is added to the project. The default is false.

SuppressProgressDialog

Gets or sets a value indicating whether to suppress showing the Progress Dialog while adding the connected service to the project. The default is false.

Applies to