VisibilityPropagation.GetPropagationProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the set of property names stored in the TransitionValues object passed into CaptureValues(TransitionValues) that this transition propagation cares about for the purposes of preventing duplicate capturing of property values.
[Android.Runtime.Register("getPropagationProperties", "()[Ljava/lang/String;", "GetGetPropagationPropertiesHandler")]
public override string[]? GetPropagationProperties ();
[<Android.Runtime.Register("getPropagationProperties", "()[Ljava/lang/String;", "GetGetPropagationPropertiesHandler")>]
override this.GetPropagationProperties : unit -> string[]
Returns
String[]
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.