EditModeSwitchButton.SyncModeToOwningContainer 属性
获取或设置一个值,该值指示是否与所属容器同步。 这是一个依赖项属性。
命名空间: Microsoft.Windows.Design.PropertyEditing
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public Property SyncModeToOwningContainer As Boolean
Get
Set
public bool SyncModeToOwningContainer { get; set; }
public:
property bool SyncModeToOwningContainer {
bool get ();
void set (bool value);
}
member SyncModeToOwningContainer : bool with get, set
function get SyncModeToOwningContainer () : boolean
function set SyncModeToOwningContainer (value : boolean)
属性值
类型:System.Boolean
如果自动计算 TargetEditMode,以匹配所属的 PropertyContainer 的 ActiveEditMode 属性,则为 true。如果要切换到的模式是基于 TargetEditMode 属性的,则为 false。默认值为 true。
依赖项属性信息
标识符字段 |
|
设置为 true 的元数据属性 |
无 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Windows.Design.PropertyEditing 命名空间