[This is preliminary documentation and is subject to change.]
Gets the display name for a property, event, or public void method that takes no arguments stored in this attribute.
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public override string DisplayName { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property DisplayName As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ DisplayName {
String^ get () override;
} |
| F# |
|---|
abstract DisplayName : string
override DisplayName : string |
| JScript |
|---|
override function get DisplayName () : String
|
Return Value
The display name stored in property with name stored in
PropertyName of type stored in
Resource. If this failt returns alternative value if specified.
See Also