Share via


ProvideProfileAttribute.MigrationType Property

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

Syntax

‘선언
Public Property MigrationType As ProfileMigrationType
    Get
    Set
‘사용 방법
Dim instance As ProvideProfileAttribute
Dim value As ProfileMigrationType

value = instance.MigrationType

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

Property Value

Type: Microsoft.VisualStudio.Shell.ProfileMigrationType

.NET Framework Security

See Also

Reference

ProvideProfileAttribute Class

ProvideProfileAttribute Members

Microsoft.VisualStudio.Shell Namespace