C1DescriptionAttribute Constructor(String,String,String)
In This Topic
Initializes a new instance of the
C1DescriptionAttribute attribute.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public C1DescriptionAttribute(
System.string ,
System.string ,
System.string
)
Parameters
- key
- The key value used to keep specific string description.
- formatDescription
- Default non-localized description text.
- ag0
- Argument for formatDescription parameter.
See Also