SelectionPolicy.GetPolicyItems メソッド
指定した選択からポリシー アイテムを返します。
名前空間: Microsoft.Windows.Design.Policies
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Protected Overridable Function GetPolicyItems ( _
selection As Selection _
) As IEnumerable(Of ModelItem)
protected virtual IEnumerable<ModelItem> GetPolicyItems(
Selection selection
)
protected:
virtual IEnumerable<ModelItem^>^ GetPolicyItems(
Selection^ selection
)
abstract GetPolicyItems :
selection:Selection -> IEnumerable<ModelItem>
override GetPolicyItems :
selection:Selection -> IEnumerable<ModelItem>
protected function GetPolicyItems(
selection : Selection
) : IEnumerable<ModelItem>
パラメーター
- selection
型: Microsoft.Windows.Design.Interaction.Selection
現在の選択。
戻り値
型: System.Collections.Generic.IEnumerable<ModelItem>
このポリシーで使用される ModelItem オブジェクトの列挙体。
解説
選択アイテムをフィルター処理するポリシー ロジックでこのメソッドをオーバーライドします。
既定の動作では、選択に含まれている各アイテムに対して IsInPolicy メソッドが呼び出されます。 返される列挙体には、IsInPolicy から true が返されるアイテムが含まれます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.Windows.Design.Policies 名前空間
FeatureConnector<TFeatureProviderType>