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>

参数

返回值

类型:System.Collections.Generic.IEnumerable<AdornerPlacementValue>
定位术语的枚举。如果未使用定位术语,则返回一个空枚举。

异常

异常 条件
ArgumentNullException

adorner 或 view 为 nulla null reference (Nothing in Visual Basic)。

.NET Framework 安全性

请参见

参考

IAdornerPlacement 接口

Microsoft.Windows.Design.Interaction 命名空间