Windows.UI.Xaml.Controls.Grid.GetRow C# (CSharp) Méthode

GetRow() public static méthode

public static GetRow ( [ element ) : int
element [
Résultat int
		public static extern int GetRow([In] FrameworkElement element);
		public static extern void SetRow([In] FrameworkElement element, [In] int value);