EditorSettings.getProjectMetadata

Returns project-specific metadata for the section and key specified. If the metadata doesn't exist, default will be returned instead. See also setProjectMetadata.

struct EditorSettings
@nogc nothrow const
Variant
getProjectMetadata
(
VariantArg2
)
(
in String section
,
in String key
,
in VariantArg2 _default = Variant.nil
)

Meta