Public Function TryGetFieldAttribute (
fieldName As String,
attributeType As Type,
<OutAttribute> ByRef attribute As Attribute
) As Booleanpublic:
virtual bool TryGetFieldAttribute(
String^ fieldName,
Type^ attributeType,
[OutAttribute] Attribute^% attribute
) sealedfunction TryGetFieldAttribute(fieldName, attributeType, attribute);| ArgumentException | attributeType is not an Attribute. |