Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Identifies the proxy registration method in a proxy assembly.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly, Inherited := False, AllowMultiple := True)> _
Public NotInheritable Class RegistrationMethodAttribute _
Inherits Attribute
'Usage
Dim instance As RegistrationMethodAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, Inherited = false, AllowMultiple = true)]
public sealed class RegistrationMethodAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, Inherited = false, AllowMultiple = true)]
public ref class RegistrationMethodAttribute sealed : public Attribute
public final class RegistrationMethodAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Tools.Applications.RegistrationMethodAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.