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

‘선언
Public Overrides Function IsDefined ( _
    attributeType As Type, _
    inherit As Boolean _
) As Boolean
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim attributeType As Type
Dim inherit As Boolean
Dim returnValue As Boolean

returnValue = instance.IsDefined(attributeType, _
    inherit)
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

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace