Ejemplo n.º 1
0
        public async Task <bool> ApplyAsync(CancellationToken cancellationToken)
        {
            _projectPropertiesValues = await _referenceHandler.GetAttributesAsync(_selectedConfiguredProject, _itemSpecification);

            await _referenceHandler.RemoveReferenceAsync(_selectedConfiguredProject, _itemSpecification);

            return(true);
        }
Ejemplo n.º 2
0
        public async Task ExecuteAsync()
        {
            _projectPropertiesValues = await _referenceHandler.GetAttributesAsync(_selectedConfiguredProject, _itemSpecification);

            await _referenceHandler.RemoveReferenceAsync(_selectedConfiguredProject, _itemSpecification);
        }