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.
Gets a value that specifies how the assembly should be registered/located.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RegistrationMethod As RegistrationMethod
Get
'Usage
Dim instance As RegistrationAttribute..::..RegistrationContext
Dim value As RegistrationMethod
value = instance.RegistrationMethod
public abstract RegistrationMethod RegistrationMethod { get; }
public:
virtual property RegistrationMethod RegistrationMethod {
RegistrationMethod get () abstract;
}
abstract RegistrationMethod : RegistrationMethod
abstract function get RegistrationMethod () : RegistrationMethod
Property Value
Type: Microsoft.VisualStudio.Shell.RegistrationMethod
Specifies how the assembly should be registered/located.
.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
RegistrationAttribute.RegistrationContext Members
Microsoft.VisualStudio.Shell Namespace