Scene.GetSceneForLayout(ViewGroup, Int32, Context) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與指定 layoutId
參數相關聯的資源檔所描述的場景。
[Android.Runtime.Register("getSceneForLayout", "(Landroid/view/ViewGroup;ILandroid/content/Context;)Landroid/transition/Scene;", "")]
public static Android.Transitions.Scene? GetSceneForLayout (Android.Views.ViewGroup? sceneRoot, int layoutId, Android.Content.Context? context);
[<Android.Runtime.Register("getSceneForLayout", "(Landroid/view/ViewGroup;ILandroid/content/Context;)Landroid/transition/Scene;", "")>]
static member GetSceneForLayout : Android.Views.ViewGroup * int * Android.Content.Context -> Android.Transitions.Scene
參數
- sceneRoot
- ViewGroup
將進行場景變更和轉換之階層的根目錄。
- layoutId
- Int32
標準版面配置資源文件的標識碼。
- context
- Context
擴充版面配置資源的過程中所使用的內容。
傳回
指定根目錄和版面配置標識符的場景
- 屬性
備註
傳回與指定 layoutId
參數相關聯的資源檔所描述的場景。 如果已針對指定的 sceneRoot
建立這類場景,則會傳回相同的場景。 此 layoutId 架構場景的快取可讓您在程式代碼中建立的場景與 XML 資源檔所 TransitionManager
參考的場景之間共用。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。