Share via


ConstructorInfoWrapper.MemberType Property

Gets a MemberTypes value indicating that this is a constructor.

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

Syntax

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

Property Value

Type: MemberTypes
Returns MemberTypes.

Implements

_ConstructorInfo.MemberType
_MemberInfo.MemberType

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace