名前が特定の文字列値と一致するtabItem
aを選択する方法を知りたいです。tabControl
なんらかの検索を行う必要があると思います。
視覚的な例を次に示します。
string selectedTabItem = "TabItem";
//if there exists a Tab Item in this specific tab control
//with the above string as it's Name
//that Tab Item .IsSelected = true;