Share via


ConstructorInfoWrapper.IsDefined Method

This member overrides MemberInfo.IsDefined(Type, Boolean).

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

Syntax

'Declaration
Public Overrides Function IsDefined ( _
    attributeType As Type, _
    inherit As Boolean _
) As Boolean
public override bool IsDefined(
    Type attributeType,
    bool inherit
)
public:
virtual bool IsDefined(
    Type^ attributeType, 
    bool inherit
) override
abstract IsDefined : 
        attributeType:Type * 
        inherit:bool -> bool  
override IsDefined : 
        attributeType:Type * 
        inherit:bool -> bool
public override function IsDefined(
    attributeType : Type, 
    inherit : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

ICustomAttributeProvider.IsDefined(Type, Boolean)
_MemberInfo.IsDefined(Type, Boolean)

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace