net472_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_Get - dparvin/PropertyGridHelpers GitHub Wiki

LocalizedEnumTextAttribute.Get method (1 of 2)

Retrieves the LocalizedEnumTextAttribute applied to the given value, if present.

public static LocalizedEnumTextAttribute Get(Enum value)
parameter description
value The enum value to look up.

Return Value

The associated LocalizedEnumTextAttribute, or null if no attribute is applied.

See Also


LocalizedEnumTextAttribute.Get method (2 of 2)

Retrieves the LocalizedEnumTextAttribute from the given ITypeDescriptorContext, if present.

public static LocalizedEnumTextAttribute Get(ITypeDescriptorContext context)
parameter description
context The type descriptor context.

Return Value

The LocalizedEnumTextAttribute, or null if not found.

See Also

⚠️ **GitHub.com Fallback** ⚠️