共用方式為


MapElement.IsEnabled 屬性

定義

指出使用者是否可以與 MapElement互動。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = mapElement.isEnabled;
mapElement.isEnabled = boolean;
Public Property IsEnabled As Boolean

屬性值

Boolean

bool

如果使用者可以與MapElement互動,則為true;否則為false

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

適用於