IUIFocusItemScrollableContainer インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スクロール可能なコンテンツの表示可能なサイズと合計サイズの抽象化。
[Foundation.Protocol(Name="UIFocusItemScrollableContainer", WrapperType=typeof(UIKit.UIFocusItemScrollableContainerWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="contentOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentOffset", PropertyType=typeof(CoreGraphics.CGPoint), Selector="contentOffset", SetterSelector="setContentOffset:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="contentSize")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="visibleSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="VisibleSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="visibleSize")]
public interface IUIFocusItemScrollableContainer : IDisposable, UIKit.IUIFocusItemContainer
[<Foundation.Protocol(Name="UIFocusItemScrollableContainer", WrapperType=typeof(UIKit.UIFocusItemScrollableContainerWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="contentOffset", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentOffset", PropertyType=typeof(CoreGraphics.CGPoint), Selector="contentOffset", SetterSelector="setContentOffset:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="ContentSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="contentSize")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="visibleSize", IsProperty=true, IsRequired=true, IsStatic=false, Name="VisibleSize", PropertyType=typeof(CoreGraphics.CGSize), Selector="visibleSize")>]
type IUIFocusItemScrollableContainer = interface
interface INativeObject
interface IDisposable
interface IUIFocusItemContainer
- 派生
- 属性
- 実装
プロパティ
| 名前 | 説明 |
|---|---|
| ContentOffset |
スクロール可能なコンテンツへのオフセットを取得または設定します。 |
| ContentSize |
スクロール可能なコンテンツの合計サイズを取得または設定します。 |
| CoordinateSpace |
座標空間の実装を取得します。 (継承元 IUIFocusItemContainer) |
| Handle |
アンマネージ オブジェクト表現へのハンドル (ポインター)。 (継承元 INativeObject) |
| VisibleSize |
スクロール ビュー コンテナーの表示サイズを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetFocusItems(CGRect) |
指定した四角形内のすべての子フォーカス項目の一覧を返します。 (継承元 IUIFocusItemContainer) |
拡張メソッド
| 名前 | 説明 |
|---|---|
| GetHandle(INativeObject) |
スクロール可能なコンテンツの表示可能なサイズと合計サイズの抽象化。 |
| GetNonNullHandle(INativeObject, String) |
スクロール可能なコンテンツの表示可能なサイズと合計サイズの抽象化。 |