다음을 통해 공유


Map.ItemsSource 속성

정의

지도에 표시되어야 하는 핀 컬렉션을 나타내는 개체를 가져오거나 설정합니다. 이는 바인딩 가능한 속성입니다.

public:
 property System::Collections::IEnumerable ^ ItemsSource { System::Collections::IEnumerable ^ get(); void set(System::Collections::IEnumerable ^ value); };
public System.Collections.IEnumerable ItemsSource { get; set; }
member this.ItemsSource : System.Collections.IEnumerable with get, set
Public Property ItemsSource As IEnumerable

속성 값

적용 대상