Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- attributeType
Type: System.Type
- inherit
Type: System.Boolean
Return Value
Type: System.Boolean
Implements
ICustomAttributeProvider.IsDefined(Type, Boolean)
_MemberInfo.IsDefined(Type, Boolean)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.