次の方法で共有


RegistrationAttribute.RegistrationContext.RegistrationMethod Property

Gets a value that specifies how the assembly should be registered/located.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public MustOverride ReadOnly Property RegistrationMethod As RegistrationMethod
'使用
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;
}
public abstract function get RegistrationMethod () : RegistrationMethod

Property Value

Type: Microsoft.VisualStudio.Shell.RegistrationMethod

Specifies how the assembly should be registered/located.

Permissions

See Also

Reference

RegistrationAttribute.RegistrationContext Class

RegistrationAttribute.RegistrationContext Members

Microsoft.VisualStudio.Shell Namespace

RegistrationAttribute.RegistrationContext

RegistrationMethod