'Declaration <DescriptionAttribute("The items as a string array.")> <CategoryAttribute("Value")> <DefaultValueAttribute(null)> Public Property ItemArray As System.String[]
[Description("The items as a string array.")] [Category("Value")] [DefaultValue(null)] public System.String[] ItemArray { get; set; }
[Description("The items as a string array.")] [Category("Value")] [DefaultValue(null)] public: __property System.String[] get_ItemArray(); public: __property void set_ItemArray(
System.String[]* value
);
[Description("The items as a string array.")] [Category("Value")] [DefaultValue(null)] public:
property System.String[] ItemArray { System.String[] get(); void set(array<System.String>^ value); }
Property Value
Массив строк, возвращаемый этим свойством, может содержать строки в следующих форматах:
- произвольная строка, которая может содержать "отображаемое значение" и/или "экспортируемое значение". "
- строка в формате: ExportValue=DisplayedValue