TextSearch.TextPath 附加属性

定义

获取或设置标识控件集合中的每一项的项属性的名称。

see GetTextPath, and SetTextPath
see GetTextPath, and SetTextPath
see GetTextPath, and SetTextPath

示例

以下示例创建一个 ComboBox 包含图像作为项而不是文本的图像。 The IsEditable property is set to true, so text is displayed when one of the images is selected.

<ComboBox IsEditable="true" TextSearch.TextPath="Name">
  <Image Name="Cat" Source="data\cat.png"/>
  <Image Name="Dog" Source="data\dog.png"/>
  <Image Name="Fish" Source="data\fish.png"/>
</ComboBox>

注解

对包含项集合的控件使用此属性。 指定属性的值是用户可以键入以选择项的文本,如果控件设置为在其中 TextBox显示文本,则显示的文本。 如果在控件的集合项上设置 Text 属性,将忽略该 TextPath 属性。 如果将属性设置为 TextPath 非实际属性名称的值, TextPath 则忽略该属性。

依赖项属性信息

标识符字段 TextPathProperty
元数据属性设置为 true

适用于

另请参阅