System.Windows.Automation.CacheRequest.CheckAccess C# (CSharp) Méthode

CheckAccess() private méthode

private CheckAccess ( ) : void
Résultat void
        private void CheckAccess()
        {
            if ((this._cRef != 0) || (this == DefaultCacheRequest))
            {
                throw new InvalidOperationException("Can't modify an active cache request");
            }
        }