TextSearch.SetTextPath(DependencyObject, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 TextPath 附加属性写入指定元素。
public:
static void SetTextPath(System::Windows::DependencyObject ^ element, System::String ^ path);
public static void SetTextPath (System.Windows.DependencyObject element, string path);
static member SetTextPath : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetTextPath (element As DependencyObject, path As String)
参数
- element
- DependencyObject
要写入属性值的元素。
- path
- String
标识项的属性的名称。