Dela via


ProvideOptionPageAttribute.ProfileMigrationType Property

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Property ProfileMigrationType As ProfileMigrationType
'Usage
Dim instance As ProvideOptionPageAttribute 
Dim value As ProfileMigrationType 

value = instance.ProfileMigrationType

instance.ProfileMigrationType = value
public ProfileMigrationType ProfileMigrationType { get; set; }
public:
property ProfileMigrationType ProfileMigrationType {
    ProfileMigrationType get ();
    void set (ProfileMigrationType value);
}
public function get ProfileMigrationType () : ProfileMigrationType 
public function set ProfileMigrationType (value : ProfileMigrationType)

Property Value

Type: Microsoft.VisualStudio.Shell.ProfileMigrationType

.NET Framework Security

See Also

Reference

ProvideOptionPageAttribute Class

ProvideOptionPageAttribute Members

Microsoft.VisualStudio.Shell Namespace