コード スニペットの追加
July 2, 2026 · View on GitHub
スニペット ファイルは こちら で提供しています。 使用する場合は、スニペットを手動でインストールしてください。
次のドキュメントに、Visual Studio にスニペットを追加する手順が記載されています。
提供されているスニペット
rproppublic ReactiveProperty<T> PropertyName { get; }rrproppublic ReadOnlyReactiveProperty<T> PropertyName { get; }rcompublic ReactiveCommand CommandName { get; }rcomgpublic ReactiveCommand<T> CommandName { get; }arcompublic AsyncReactiveCommand CommandName { get; }arcomgpublic AsyncReactiveCommand<T> CommandName { get; }rcollpublic ReactiveCollection<T> CollectionName { get; }rrcollpublic ReadOnlyReactiveCollection<T> CollectionName { get; }