Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that specifies how the assembly should be located (CodeBase or Assembly).
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RegistrationMethod As RegistrationMethod
public abstract RegistrationMethod RegistrationMethod { get; }
public:
virtual property RegistrationMethod RegistrationMethod {
RegistrationMethod get () abstract;
}
abstract RegistrationMethod : RegistrationMethod with get
abstract function get RegistrationMethod () : RegistrationMethod
Property Value
Type: Microsoft.VisualStudio.Shell.RegistrationMethod
Specifies how the assembly should be located (CodeBase or Assembly).
.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.
See Also
Reference
RegistrationAttribute.RegistrationContext Class
Microsoft.VisualStudio.Shell Namespace