LocalizedDescriptionAttribute Constructor(Type,String)
- Last UpdatedAug 21, 2026
- 1 minute read
Initializes a new instance of the LocalizedDescriptionAttribute class. This is to be used when the C# Resource class is accessible.
'Declaration
Public Function New( _
ByVal typeFromAssembly As Type, _
ByVal resourceId As String _
)
public LocalizedDescriptionAttribute(
Type typeFromAssembly,
string resourceId
)
public:
LocalizedDescriptionAttribute(
Type^ typeFromAssembly,
String^ resourceId
)
Parameters
- typeFromAssembly
- This should be the type of resource class.
- resourceId
- Id of the string resource
[LocalizedDescription(typeof(ArchestrA.Visualization.Displays.WebCore.Properties.Resources), "Address_Description")]