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.
C#を使用してVisioのエンティティの物理名を変更したい。
Shape1.Text="name";
これにより、列名が変更される可能性があります。私はそれを次のように試しました:
Shape1.Name="name";
ただし、エンティティの物理名には影響しません。データをvisioエンティティに手動で配置するのと同じように、コーディングによってデータを追加したいと思います。