DisplayMetadata.EnumNamesAndValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the names and values of all Enum values in UnderlyingOrModelType. See EnumNamesAndValues.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ EnumNamesAndValues { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> EnumNamesAndValues { get; set; }
public System.Collections.Generic.IReadOnlyDictionary<string,string>? EnumNamesAndValues { get; set; }
member this.EnumNamesAndValues : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property EnumNamesAndValues As IReadOnlyDictionary(Of String, String)