See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public override Object[] GetCustomAttributes(
	Type attributeType,
	bool inherit
)
Visual Basic
Public Overrides Function GetCustomAttributes ( 
	attributeType As Type,
	inherit As Boolean
) As Object()
Visual C++
public:
virtual array<Object^>^ GetCustomAttributes(
	Type^ attributeType, 
	bool inherit
) override

Parameters

attributeType
Type: System..::..Type
inherit
Type: System..::..Boolean

Return Value

Type: array<Object>[]()[][]

Implements

ICustomAttributeProvider..::..GetCustomAttributes(Type, Boolean)
_MemberInfo..::..GetCustomAttributes(Type, Boolean)

See Also