FlowLayout.GetAnchorForTargetElement Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
/// [Windows.Foundation.Metadata.Experimental]
FlowLayoutAnchorInfo GetAnchorForTargetElement(int const& targetIndex, Size const& availableSize, VirtualizingLayoutContext const& context);
[Windows.Foundation.Metadata.Experimental]
protected virtual FlowLayoutAnchorInfo GetAnchorForTargetElement(int targetIndex, Size availableSize, VirtualizingLayoutContext context);
Protected Overridable Function GetAnchorForTargetElement (targetIndex As Integer, availableSize As Size, context As VirtualizingLayoutContext) As FlowLayoutAnchorInfo
Parameter
- targetIndex
-
Int32
int
- availableSize
- Size
- context
- VirtualizingLayoutContext
Gibt zurück
- Attribute