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.
「ようこそユーザー名」というテキストブロックを作成したいと思います。
ユーザー名 = 現在の Windows ユーザー。
私はWPFプロジェクトで作業しています。
Environment.UserName( msdn )を使用する必要があります。
Environment.UserName
現在 Windows オペレーティング システムにログオンしているユーザーのユーザー名を取得します。
例:
Console.WriteLine("UserName: {0}", Environment.UserName);