Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Property MigrationType As ProfileMigrationType
Get
Set
'Usage
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
- 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.