共用方式為


IAdornerPlacement.GetSizeTerms 方法

傳回用來調整裝飾項大小之大小詞彙的列舉。

命名空間:  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>

參數

傳回值

型別:System.Collections.Generic.IEnumerable<AdornerPlacementValue>
大小詞彙的列舉。如果沒有使用任何大小詞彙,這個方法必須傳回空的列舉。

.NET Framework 安全性

請參閱

參考

IAdornerPlacement 介面

Microsoft.Windows.Design.Interaction 命名空間