Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在のノードのすべての属性を選択して、画面に表示しようとしています。
これには、現在のノード内のすべての属性を通知するナビゲーターの機能があります。
". " "@ " ".@"で試していますが、何も動作していないようです。何か案は?
セレクターを使用@*してすべての属性を選択します。
@*
element.Select("@*");