ProvideOptionPageAttribute.ProfileMigrationType Property
Sets the profile migration type.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property ProfileMigrationType As ProfileMigrationType
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
The profile migration type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.