Share via


ConstructorInfoWrapper.Attributes Property

Gets the attributes of this method.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Attributes As MethodAttributes
public override MethodAttributes Attributes { get; }
public:
virtual property MethodAttributes Attributes {
    MethodAttributes get () override;
}
abstract Attributes : MethodAttributes with get 
override Attributes : MethodAttributes with get
override function get Attributes () : MethodAttributes

Property Value

Type: MethodAttributes
Returns MethodAttributes.

Implements

_MethodBase.Attributes

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace