ProvideOptionPageAttribute.ProfileMigrationType Property

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'宣告
Public Property ProfileMigrationType As ProfileMigrationType
    Get
    Set
'用途
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);
}
member ProfileMigrationType : ProfileMigrationType with get, set
function get ProfileMigrationType () : ProfileMigrationType
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