Share via


ConnectedServiceWizardPage.Wizard Property

Definition

Gets the parent ConnectedServiceWizard view model that contains this page.

public:
 property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizard ^ Wizard { Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizard ^ get(); };
public:
 property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizard ^ Wizard { Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizard ^ get(); };
public Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizard Wizard { get; }
member this.Wizard : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizard
Public ReadOnly Property Wizard As ConnectedServiceWizard

Property Value

Returns ConnectedServiceWizard.

Remarks

This value is only available once this ConnectedServiceWizardPage has been added to a ConnectedServiceWizard's Pages collection.

Applies to