TeamProjectWizardPage Class
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class TeamProjectWizardPage _
Inherits WizardPage
'Usage
Dim instance As TeamProjectWizardPage
[CLSCompliantAttribute(false)]
public class TeamProjectWizardPage : WizardPage
[CLSCompliantAttribute(false)]
public ref class TeamProjectWizardPage : public WizardPage
public class TeamProjectWizardPage extends WizardPage
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
WizardPage
Microsoft.TeamFoundation.Client.TeamProjectWizardPage
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.