ConstructorInfoWrapper.Attributes Property

This member overrides MethodBase.Attributes.

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

Syntax

‘선언
Public Overrides ReadOnly Property Attributes As MethodAttributes
    Get
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim value As MethodAttributes

value = instance.Attributes
public override MethodAttributes Attributes { get; }
public:
virtual property MethodAttributes Attributes {
    MethodAttributes get () override;
}
abstract Attributes : MethodAttributes
override Attributes : MethodAttributes
override function get Attributes () : MethodAttributes

Property Value

Type: System.Reflection.MethodAttributes

Implements

_MethodBase.Attributes

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace