Share via


MapOverlay 類別

繼承階層架構

System.Object
  System.Windows.DependencyObject
    Microsoft.Phone.Maps.Controls.MapOverlay

命名空間:  Microsoft.Phone.Maps.Controls
組件:  Microsoft.Phone.Maps (在 Microsoft.Phone.Maps.dll 中)

語法

'宣告
<ContentPropertyAttribute("Content")> _
Public NotInheritable Class MapOverlay _
    Inherits DependencyObject
[ContentPropertyAttribute("Content")]
public sealed class MapOverlay : DependencyObject
[ContentPropertyAttribute(L"Content")]
public ref class MapOverlay sealed : public DependencyObject
[<Sealed>]
[<ContentPropertyAttribute("Content")>]
type MapOverlay =  
    class
        inherit DependencyObject
    end

MapOverlay 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 MapOverlay

回頁首

屬性

  名稱 描述
公用屬性 Content
公用屬性 ContentTemplate
公用屬性 Dispatcher (繼承自 DependencyObject)。
公用屬性 GeoCoordinate
公用屬性 PositionOrigin

回頁首

方法

  名稱 描述
公用方法 CheckAccess (繼承自 DependencyObject)。
公用方法 ClearValue(DependencyProperty) 清除屬性的區域數值。要清除的屬性是由 DependencyProperty 識別項所指定。 (繼承自 DependencyObject)。
公用方法 Equals(Object) 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetAnimationBaseValue (繼承自 DependencyObject)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 GetValue 傳回這個 DependencyObject 之執行個體上相依性屬性的目前有效值。 (繼承自 DependencyObject)。
公用方法 ReadLocalValue 傳回相依性屬性的區域數值 (如果有的話)。 (繼承自 DependencyObject)。
公用方法 SetValue(DependencyProperty, Object) 設定相依性屬性的區域數值,該值是由其相依性屬性識別項來指定。 (繼承自 DependencyObject)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

欄位

  名稱 描述
公用欄位靜態成員 ContentProperty
公用欄位靜態成員 ContentTemplateProperty
公用欄位靜態成員 GeoCoordinateProperty
公用欄位靜態成員 PositionOriginProperty

回頁首

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.Phone.Maps.Controls 命名空間