IAdornerPlacement.GetPositionTerms 方法
[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]
返回用于定位装饰器的定位术语的枚举。
命名空间: Microsoft.Windows.Design.Interaction
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Function GetPositionTerms ( _
space As AdornerCoordinateSpace, _
adorner As UIElement, _
view As ViewItem, _
zoom As Vector, _
computedAdornerSize As Size _
) As IEnumerable(Of AdornerPlacementValue)
IEnumerable<AdornerPlacementValue> GetPositionTerms(
AdornerCoordinateSpace space,
UIElement adorner,
ViewItem view,
Vector zoom,
Size computedAdornerSize
)
IEnumerable<AdornerPlacementValue>^ GetPositionTerms(
AdornerCoordinateSpace^ space,
UIElement^ adorner,
ViewItem^ view,
Vector zoom,
Size computedAdornerSize
)
abstract GetPositionTerms :
space:AdornerCoordinateSpace *
adorner:UIElement *
view:ViewItem *
zoom:Vector *
computedAdornerSize:Size -> IEnumerable<AdornerPlacementValue>
function GetPositionTerms(
space : AdornerCoordinateSpace,
adorner : UIElement,
view : ViewItem,
zoom : Vector,
computedAdornerSize : Size
) : IEnumerable<AdornerPlacementValue>
参数
- space
类型:Microsoft.Windows.Design.Interaction.AdornerCoordinateSpace
所在的装饰器面板的坐标空间。
- adorner
类型:System.Windows.UIElement
要获取其定位词条的装饰器。
- view
类型:Microsoft.Windows.Design.Interaction.ViewItem
装饰器所装饰的视图。
- zoom
类型:System.Windows.Vector
一个指示设计器的缩放的向量。
- computedAdornerSize
类型:System.Windows.Size
在对 GetSizeTerms 方法返回的术语进行处理后得到的装饰器的大小。
返回值
类型:System.Collections.Generic.IEnumerable<AdornerPlacementValue>
定位术语的枚举。如果未使用定位术语,则返回一个空枚举。
异常
异常 | 条件 |
---|---|
ArgumentNullException | adorner 或 view 为 nulla null reference (Nothing in Visual Basic)。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。