Share via


ConnectedServiceWizard.Pages Property

Definition

Gets the collection of pages in the wizard. Each page is a “step” in the wizard.

public:
 property System::Collections::ObjectModel::ObservableCollection<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage ^> ^ Pages { System::Collections::ObjectModel::ObservableCollection<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizardPage> Pages { get; }
member this.Pages : System.Collections.ObjectModel.ObservableCollection<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizardPage>
Public ReadOnly Property Pages As ObservableCollection(Of ConnectedServiceWizardPage)

Property Value

Returns an ObservableCollection<T> of ConnectedServiceWizardPages.

Applies to