Polygon.Insert(Int32, Location) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置に位置オブジェクトを挿入します。
public:
virtual void Insert(int index, Microsoft::Maui::Devices::Sensors::Location ^ item);
public void Insert (int index, Microsoft.Maui.Devices.Sensors.Location item);
abstract member Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
override this.Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
Public Sub Insert (index As Integer, item As Location)
パラメーター
- index
- Int32
場所オブジェクトを指定する位置のインデックス。
- item
- Location
挿入する場所オブジェクト。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI