ConnectedServiceWizardPage.Wizard 属性

定义

获取包含此页的父 ConnectedServiceWizard 视图模型。

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

属性值

返回 ConnectedServiceWizard

注解

此值仅在此 ConnectedServiceWizardPage 已添加到 ConnectedServiceWizard 的 Pages 集合后才可用。

适用于