System.Windows.Automation.WindowClosedEventArgs.GetRuntimeId C# (CSharp) Méthode

GetRuntimeId() public méthode

public GetRuntimeId ( ) : int[]
Résultat int[]
        public int[] GetRuntimeId()
        {
            return (int[])this._runtimeId.Clone();
        }
    }