共用方式為


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 是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

IAdornerPlacement 介面

Microsoft.Windows.Design.Interaction 命名空間