SelectionParentPolicy.GetPolicyItems 方法
覆寫預設 GetPolicyItems 方法,以傳回指定之選取範圍的唯一父代。
命名空間: Microsoft.Windows.Design.Policies
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Protected Overrides Function GetPolicyItems ( _
selection As Selection _
) As IEnumerable(Of ModelItem)
protected override IEnumerable<ModelItem> GetPolicyItems(
Selection selection
)
protected:
virtual IEnumerable<ModelItem^>^ GetPolicyItems(
Selection^ selection
) override
abstract GetPolicyItems :
selection:Selection -> IEnumerable<ModelItem>
override GetPolicyItems :
selection:Selection -> IEnumerable<ModelItem>
protected override function GetPolicyItems(
selection : Selection
) : IEnumerable<ModelItem>
參數
- selection
型別:Microsoft.Windows.Design.Interaction.Selection
目前的選取範圍。
傳回值
型別:System.Collections.Generic.IEnumerable<ModelItem>
所指定選取範圍之唯一父代的列舉。
備註
原則會指定所選取項目的直接上層父代。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Policies 命名空間