[This is preliminary documentation and is subject to change.]
CTor - attribute bound to any resouce
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public LDisplayNameAttribute(
string ResourceName,
string PropertyName,
Type TypeFromAssembly,
string Alternative
) |
| Visual Basic |
|---|
Public Sub New ( _
ResourceName As String, _
PropertyName As String, _
TypeFromAssembly As Type, _
Alternative As String _
) |
| Visual C++ |
|---|
public:
LDisplayNameAttribute(
String^ ResourceName,
String^ PropertyName,
Type^ TypeFromAssembly,
String^ Alternative
) |
| F# |
|---|
new :
ResourceName:string *
PropertyName:string *
TypeFromAssembly:Type *
Alternative:string -> LDisplayNameAttribute |
Exceptions
See Also