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