'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Public Shared Function FindAttribute( _ ByVal attributes() As Attribute, _ ByVal attributeType As Type _ ) As Attribute
'UsageDim attributes() As Attribute Dim attributeType As Type Dim value As Attribute value = AttributeStore.FindAttribute(attributes, attributeType)
[JetBrains.Annotations.CanBeNull()] public static Attribute FindAttribute( Attribute[] attributes, Type attributeType )
[JetBrains.Annotations.CanBeNull()] public: static Attribute^ FindAttribute( array<Attribute^>^ attributes, Type^ attributeType )
Parameters
- attributes
The value of this parameter cannot be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).- attributeType
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).