ConnectedServiceGrid.ColumnMetadata 属性

定义

获取要在服务实例列表中显示为列的元数据的键和显示字符串。

public:
 virtual property System::Collections::Generic::IEnumerable<Tuple<System::String ^, System::String ^> ^> ^ ColumnMetadata { System::Collections::Generic::IEnumerable<Tuple<System::String ^, System::String ^> ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Tuple<string,string>> ColumnMetadata { get; }
member this.ColumnMetadata : seq<string * string>
Public Overridable ReadOnly Property ColumnMetadata As IEnumerable(Of Tuple(Of String, String))

属性值

返回 IEnumerable<T>

注解

枚举的元组中的 Item1 字段用作字典中的 Metadata 键。 Item2 字段是用作列标题的本地化显示字符串。

列将按给定的顺序添加到显示服务实例名称的列之后。 若要更改服务实例名称的显示文本,请使用 ServiceInstanceNameLabelText 属性。

适用于