装飾のサイズを指定するサイズ決定条件の列挙体を返します。
名前空間: Microsoft.Windows.Design.Interaction
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Function GetSizeTerms ( _
space As AdornerCoordinateSpace, _
adorner As UIElement, _
view As ViewItem, _
zoom As Vector, _
viewFinalSize As Size _
) As IEnumerable(Of AdornerPlacementValue)
IEnumerable<AdornerPlacementValue> GetSizeTerms(
AdornerCoordinateSpace space,
UIElement adorner,
ViewItem view,
Vector zoom,
Size viewFinalSize
)
IEnumerable<AdornerPlacementValue>^ GetSizeTerms(
AdornerCoordinateSpace^ space,
UIElement^ adorner,
ViewItem^ view,
Vector zoom,
Size viewFinalSize
)
abstract GetSizeTerms :
space:AdornerCoordinateSpace *
adorner:UIElement *
view:ViewItem *
zoom:Vector *
viewFinalSize:Size -> IEnumerable<AdornerPlacementValue>
function GetSizeTerms(
space : AdornerCoordinateSpace,
adorner : UIElement,
view : ViewItem,
zoom : Vector,
viewFinalSize : Size
) : IEnumerable<AdornerPlacementValue>
パラメーター
- space
型: Microsoft.Windows.Design.Interaction.AdornerCoordinateSpace
所有元の装飾パネルの座標空間。
- adorner
型: System.Windows.UIElement
サイズ決定条件を取得する装飾。
- view
型: Microsoft.Windows.Design.Interaction.ViewItem
装飾されるビュー。
- zoom
型: System.Windows.Vector
デザイナーのズームを示すベクター。
- viewFinalSize
型: System.Windows.Size
配置後のビューの最終サイズ。
戻り値
型: System.Collections.Generic.IEnumerable<AdornerPlacementValue>
サイズ決定条件の列挙体。サイズ決定条件が使用されない場合、このメソッドは空の列挙体を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。