Свойство | Type | Description | |
---|---|---|---|
DisplayName | string |
Méthode | Description | |
---|---|---|
InspectorDropdownNameAttribute ( string displayName ) : System |
Sets the name of the type to use in the abstract type dropdown.
|
public InspectorDropdownNameAttribute ( string displayName ) : System | ||
displayName | string | /// The name that the type will use in the abstract type dropdown /// selection wizard. The default value is the C# formatted type name for /// the type. You can create "folders" within the dropdown popup by using /// '/'; for example, "folder/my type" will appear inside "folder" as "my /// type". /// |
Résultat | System |