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 是 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。